#08478a

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

Shades of Dark Cerulean #08478A

Tints of Dark Cerulean #08478A

Color information

#08478A (or 0x08478A) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 8A. RGB value is (8,71,138). Sum of RGB (Red+Green+Blue) = 8+71+138=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #08478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08478A is #F7B875. Grayscale: #3B3B3B. Windows color (decimal): -16234614 or 9062152. OLE color: 9062152.

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

Color convert

RGB871138-
CMYK0.940.4900.46
HSL210.92º89.04%28.63%-
HSV(B)210.92º94.2%54.12%-
XYZ6.946.3924.91-
YUV59.8172.1391.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 138 (54.30% from 255) = 63.59%
R=3.69%
G=32.72%
B=63.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8711380.940.4900.46210.9289.0428.63
Hex8478A5E3102Ed3591d
Octal101072121366105632313135
Binary10001000111100010101011110110001010111011010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08478a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08478a; }

 p { color: rgb(8,71,138); }

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

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

 a { background-color: rgb(8,71,138); }

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

<style>
 span { border-color: #08478a; }

 span { border-color: rgb(8,71,138); }

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