Html Css Color HEX #085086 Dark Cerulean

📋 copy color: '#085086'

red 8 ◦ green 80 ◦ blue 134

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

Shades of Dark Cerulean #085086

Tints of Dark Cerulean #085086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 3.6%
G = 36.04%
B = 60.36%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085086 (or 0x085086) is known color: Dark Cerulean. HEX triplet: 08, 50 and 86. RGB value is (8,80,134). Sum of RGB (Red+Green+Blue) = 8+80+134=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #085086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085086 is #F7AF79. Grayscale: #404040. Windows color (decimal): -16232314 or 8802312. OLE color: 8802312.

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

Color convert

RGB 8 80 134 -
CMYK 0.94 0.40 0 0.47
HSL 205.71º 0.89% 0.28% -
HSV(B) 205.71º 0.94% 0.53% -
XYZ 7.27 7.51 23.62 -
YUV 64.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 8 80 134 0.94 0.40 0 0.47 205.71 0.89 0.28
Hex 8 50 86 5E 28 0 2F CE 59 1C
Octal 10 120 206 136 50 0 57 316 131 34
Binary 1000 1010000 10000110 1011110 101000 0 101111 11001110 1011001 11100

Color Harmonies of #085086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085086

Black with #085086

Text Example


Text Example

White with #085086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085086; }

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

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

background-color css

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

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

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

border-color css

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

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

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