#08557B

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

Shades of Dark Cerulean #08557B

Tints of Dark Cerulean #08557B

Color information

#08557B (or 0x08557B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 55 and 7B. RGB value is (8,85,123). Sum of RGB (Red+Green+Blue) = 8+85+123=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #08557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08557B is #F7AA84. Grayscale: #424242. Windows color (decimal): -16231045 or 8082696. OLE color: 8082696.

HSL color Cylindrical-coordinate representation of color #08557B: hue angle of 199.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08557B is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB885123-
CMYK0.930.3100.52
HSL199.83º87.79%25.69%-
HSV(B)199.83º93.5%48.24%-
XYZ6.927.9819.91-
YUV66.31159.9986.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=3.70%
G=39.35%
B=56.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8851230.930.3100.52199.8387.7925.69
Hex8557B5D1F034c8581a
Octal101251731353706431013032
Binary100010101011111011101110111111011010011001000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08557B; }

 p { color: rgb(8,85,123); }

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

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

 a { background-color: rgb(8,85,123); }

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

<style>
 span { border-color: #08557B; }

 span { border-color: rgb(8,85,123); }

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