#08557A

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

Shades of Dark Cerulean #08557A

Tints of Dark Cerulean #08557A

Color information

#08557A (or 0x08557A) is unknown color: approx Dark Cerulean. HEX triplet: 08, 55 and 7A. RGB value is (8,85,122). Sum of RGB (Red+Green+Blue) = 8+85+122=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #08557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08557A is #F7AA85. Grayscale: #414141. Windows color (decimal): -16231046 or 8017160. OLE color: 8017160.

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

Color convert

RGB885122-
CMYK0.930.3000.52
HSL199.47º87.69%25.49%-
HSV(B)199.47º93.44%47.84%-
XYZ6.867.9519.59-
YUV66.19159.4986.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=3.72%
G=39.53%
B=56.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8851220.930.3000.52199.4787.6925.49
Hex8557A5D1E034c75819
Octal101251721353606430713031
Binary100010101011111010101110111110011010011000111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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