#08428E

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

Shades of Dark Cerulean #08428E

Tints of Dark Cerulean #08428E

Color information

#08428E (or 0x08428E) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 8E. RGB value is (8,66,142). Sum of RGB (Red+Green+Blue) = 8+66+142=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #08428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08428E is #F7BD71. Grayscale: #383838. Windows color (decimal): -16235890 or 9323016. OLE color: 9323016.

HSL color Cylindrical-coordinate representation of color #08428E: hue angle of 214.03º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08428E is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB866142-
CMYK0.940.5400.44
HSL214.03º89.33%29.41%-
HSV(B)214.03º94.37%55.69%-
XYZ6.935.926.36-
YUV57.32175.7892.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 142 (55.86% from 255) = 65.74%
R=3.70%
G=30.56%
B=65.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8661420.940.5400.44214.0389.3329.41
Hex8428E5E3602Cd6591d
Octal101022161366605432613135
Binary10001000010100011101011110110110010110011010110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08428E; }

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

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

<style>
 a { background-color: #08428E; }

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

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

<style>
 span { border-color: #08428E; }

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

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