Html Css Color HEX #085586 Dark Cerulean

📋 copy color: '#085586'

red 8 ◦ green 85 ◦ blue 134

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

Shades of Dark Cerulean #085586

Tints of Dark Cerulean #085586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.03%

R = 3.52%
G = 37.44%
B = 59.03%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085586 (or 0x085586) is known color: Dark Cerulean. HEX triplet: 08, 55 and 86. RGB value is (8,85,134). Sum of RGB (Red+Green+Blue) = 8+85+134=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #085586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085586 is #F7AA79. Grayscale: #434343. Windows color (decimal): -16231034 or 8803592. OLE color: 8803592.

HSL color Cylindrical-coordinate representation of color #085586: hue angle of 203.33º 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 #085586 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 85 134 -
CMYK 0.94 0.37 0 0.47
HSL 203.33º 0.89% 0.28% -
HSV(B) 203.33º 0.94% 0.53% -
XYZ 7.65 8.27 23.75 -
YUV 67.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 8 85 134 0.94 0.37 0 0.47 203.33 0.89 0.28
Hex 8 55 86 5E 25 0 2F CB 59 1C
Octal 10 125 206 136 45 0 57 313 131 34
Binary 1000 1010101 10000110 1011110 100101 0 101111 11001011 1011001 11100

Color Harmonies of #085586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085586

Black with #085586

Text Example


Text Example

White with #085586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085586; }

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

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

background-color css

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

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

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

border-color css

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

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

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