#0D47C6

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

Shades of Persian Blue #0D47C6

Tints of Persian Blue #0D47C6

Color information

#0D47C6 (or 0x0D47C6) is unknown color: approx Persian Blue. HEX triplet: 0D, 47 and C6. RGB value is (13,71,198). Sum of RGB (Red+Green+Blue) = 13+71+198=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #0D47C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D47C6 is #F2B839. Grayscale: #434343. Windows color (decimal): -15906874 or 12994317. OLE color: 12994317.

HSL color Cylindrical-coordinate representation of color #0D47C6: hue angle of 221.19º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D47C6 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1371198-
CMYK0.930.6400.22
HSL221.19º87.68%41.37%-
HSV(B)221.19º93.43%77.65%-
XYZ12.618.6754.43-
YUV68.14201.2888.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.61%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 198 (77.73% from 255) = 70.21%
R=4.61%
G=25.18%
B=70.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13711980.930.6400.22221.1987.6841.37
HexD47C65D40016dd5829
Octal1510730613510002633513051
Binary110110001111100011010111011000000010110110111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D47C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,198); }

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

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

 a { background-color: rgb(13,71,198); }

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

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

 span { border-color: rgb(13,71,198); }

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