Html Css Color HEX #085588 Dark Cerulean

📋 copy color: '#085588'

red 8 ◦ green 85 ◦ blue 136

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

Shades of Dark Cerulean #085588

Tints of Dark Cerulean #085588

RGB

 RED value IS 8 (3.52% from 255) = 3.49%

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 136 (53.52% from 255) = 59.39%

R = 3.49%
G = 37.12%
B = 59.39%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085588 (or 0x085588) is known color: Dark Cerulean. HEX triplet: 08, 55 and 88. RGB value is (8,85,136). Sum of RGB (Red+Green+Blue) = 8+85+136=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #085588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085588 is #F7AA77. Grayscale: #434343. Windows color (decimal): -16231032 or 8934664. OLE color: 8934664.

HSL color Cylindrical-coordinate representation of color #085588: hue angle of 203.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085588 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 85 136 -
CMYK 0.94 0.38 0 0.47
HSL 203.91º 0.89% 0.28% -
HSV(B) 203.91º 0.94% 0.53% -
XYZ 7.79 8.33 24.49 -
YUV 67.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 8 85 136 0.94 0.38 0 0.47 203.91 0.89 0.28
Hex 8 55 88 5E 26 0 2F CC 59 1C
Octal 10 125 210 136 46 0 57 314 131 34
Binary 1000 1010101 10001000 1011110 100110 0 101111 11001100 1011001 11100

Color Harmonies of #085588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085588

Black with #085588

Text Example


Text Example

White with #085588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085588; }

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

 H1.HeaderClassName
 {
   color: #085588;
 }
 .AnyTagClassName
 {
   color: #085588;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #085588;
 }
 .BgClassName
 {
   background-color: #085588;
 }
</style>

border-color css

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

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

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