#0d428e

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

Shades of Dark Cerulean #0D428E

Tints of Dark Cerulean #0D428E

Color information

#0D428E (or 0x0D428E) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 42 and 8E. RGB value is (13,66,142). Sum of RGB (Red+Green+Blue) = 13+66+142=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D428E is #F2BD71. Grayscale: #3A3A3A. Windows color (decimal): -15908210 or 9323021. OLE color: 9323021.

HSL color Cylindrical-coordinate representation of color #0D428E: hue angle of 215.35º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D428E is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1366142-
CMYK0.910.5400.44
HSL215.35º83.23%30.39%-
HSV(B)215.35º90.85%55.69%-
XYZ75.9326.37-
YUV58.82174.9495.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=5.88%
G=29.86%
B=64.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13661420.910.5400.44215.3583.2330.39
HexD428E5B3602Cd7531e
Octal151022161336605432712336
Binary11011000010100011101011011110110010110011010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d428e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,142); }

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

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

 a { background-color: rgb(13,66,142); }

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

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

 span { border-color: rgb(13,66,142); }

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