#08558B

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

Shades of Dark Cerulean #08558B

Tints of Dark Cerulean #08558B

Color information

#08558B (or 0x08558B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 55 and 8B. RGB value is (8,85,139). Sum of RGB (Red+Green+Blue) = 8+85+139=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #08558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08558B is #F7AA74. Grayscale: #434343. Windows color (decimal): -16231029 or 9131272. OLE color: 9131272.

HSL color Cylindrical-coordinate representation of color #08558B: hue angle of 204.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08558B is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB885139-
CMYK0.940.3900.45
HSL204.73º89.12%28.82%-
HSV(B)204.73º94.24%54.51%-
XYZ8.018.4125.63-
YUV68.13167.9985.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.45%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=3.45%
G=36.64%
B=59.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8851390.940.3900.45204.7389.1228.82
Hex8558B5E2702Dcd591d
Octal101252131364705531513135
Binary10001010101100010111011110100111010110111001101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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