#0D406E

Color #0D406E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0D406E

Tints of Dark Cerulean #0D406E

Color information

#0D406E (or 0x0D406E) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 40 and 6E. RGB value is (13,64,110). Sum of RGB (Red+Green+Blue) = 13+64+110=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D406E is #F2BF91. Grayscale: #353535. Windows color (decimal): -15908754 or 7225357. OLE color: 7225357.

HSL color Cylindrical-coordinate representation of color #0D406E: hue angle of 208.45º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D406E is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1364110-
CMYK0.880.4200.57
HSL208.45º78.86%24.12%-
HSV(B)208.45º88.18%43.14%-
XYZ4.814.8815.44-
YUV54159.698.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 110 (43.36% from 255) = 58.82%
R=6.95%
G=34.22%
B=58.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13641100.880.4200.57208.4578.8624.12
HexD406E582A039d04f18
Octal151001561305207132011730
Binary1101100000011011101011000101010011100111010000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,110); }

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

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

 a { background-color: rgb(13,64,110); }

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

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

 span { border-color: rgb(13,64,110); }

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