#0D48D1

Color #0D48D1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0D48D1

Tints of Persian Blue #0D48D1

Color information

#0D48D1 (or 0x0D48D1) is unknown color: approx Persian Blue. HEX triplet: 0D, 48 and D1. RGB value is (13,72,209). Sum of RGB (Red+Green+Blue) = 13+72+209=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D48D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D48D1 is #F2B72E. Grayscale: #454545. Windows color (decimal): -15906607 or 13715469. OLE color: 13715469.

HSL color Cylindrical-coordinate representation of color #0D48D1: hue angle of 221.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D48D1 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1372209-
CMYK0.940.6600.18
HSL221.94º88.29%43.53%-
HSV(B)221.94º93.78%81.96%-
XYZ13.999.3261.38-
YUV69.98206.4587.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.42%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 209 (82.03% from 255) = 71.09%
R=4.42%
G=24.49%
B=71.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13722090.940.6600.18221.9488.2943.53
HexD48D15E42012de582c
Octal1511032113610202233613054
Binary110110010001101000110111101000010010010110111101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D48D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D48D1; }

 p { color: rgb(13,72,209); }

 H1.HeaderClassName
 {
   color: #0D48D1;
 }
 .AnyTagClassName
 {
   color: #0D48D1;
 }
</style>
background-color css

<style>
 a { background-color: #0D48D1; }

 a { background-color: rgb(13,72,209); }

 div.DivClassName
 {
   background-color: #0D48D1;
 }
 .BgClassName
 {
   background-color: #0D48D1;
 }
</style>
border-color css

<style>
 span { border-color: #0D48D1; }

 span { border-color: rgb(13,72,209); }

 td.TdClassName
 {
   border-color: #0D48D1;
 }
 .TagClassName
 {
   border-color: #0D48D1;
 }
</style>