#08548E

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

Shades of Dark Cerulean #08548E

Tints of Dark Cerulean #08548E

Color information

#08548E (or 0x08548E) is unknown color: approx Dark Cerulean. HEX triplet: 08, 54 and 8E. RGB value is (8,84,142). Sum of RGB (Red+Green+Blue) = 8+84+142=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #08548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08548E is #F7AB71. Grayscale: #434343. Windows color (decimal): -16231282 or 9327624. OLE color: 9327624.

HSL color Cylindrical-coordinate representation of color #08548E: hue angle of 205.97º 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 #08548E is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB884142-
CMYK0.940.4100.44
HSL205.97º89.33%29.41%-
HSV(B)205.97º94.37%55.69%-
XYZ8.158.3526.77-
YUV67.89169.8285.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=3.42%
G=35.90%
B=60.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8841420.940.4100.44205.9789.3329.41
Hex8548E5E2902Cce591d
Octal101242161365105431613135
Binary10001010100100011101011110101001010110011001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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