Html Css Color HEX #08558B Dark Cerulean

📋 copy color: '#08558B'

red 8 ◦ green 85 ◦ blue 139

#08558B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #08558B

Tints of Dark Cerulean #08558B

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 value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08558B (or 0x08558B) is known color: 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

RGB 8 85 139 -
CMYK 0.94 0.39 0 0.45
HSL 204.73º 0.89% 0.29% -
HSV(B) 204.73º 0.94% 0.55% -
XYZ 8.01 8.41 25.63 -
YUV 68.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 8 85 139 0.94 0.39 0 0.45 204.73 0.89 0.29
Hex 8 55 8B 5E 27 0 2D CD 59 1D
Octal 10 125 213 136 47 0 55 315 131 35
Binary 1000 1010101 10001011 1011110 100111 0 101101 11001101 1011001 11101

Color Harmonies of #08558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08558B

Black with #08558B

Text Example


Text Example

White with #08558B

Text Example


Text Example

HTML Codes & Css Web 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>