Html Css Color HEX #085286 Dark Cerulean

📋 copy color: '#085286'

red 8 ◦ green 82 ◦ blue 134

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

Shades of Dark Cerulean #085286

Tints of Dark Cerulean #085286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

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

R = 3.57%
G = 36.61%
B = 59.82%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085286 (or 0x085286) is known color: Dark Cerulean. HEX triplet: 08, 52 and 86. RGB value is (8,82,134). Sum of RGB (Red+Green+Blue) = 8+82+134=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #085286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085286 is #F7AD79. Grayscale: #414141. Windows color (decimal): -16231802 or 8802824. OLE color: 8802824.

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

Color convert

RGB 8 82 134 -
CMYK 0.94 0.39 0 0.47
HSL 204.76º 0.89% 0.28% -
HSV(B) 204.76º 0.94% 0.53% -
XYZ 7.42 7.81 23.67 -
YUV 65.8 166.48 86.77 -
System Red Green Blue C M Y K H S L
Decimal 8 82 134 0.94 0.39 0 0.47 204.76 0.89 0.28
Hex 8 52 86 5E 27 0 2F CD 59 1C
Octal 10 122 206 136 47 0 57 315 131 34
Binary 1000 1010010 10000110 1011110 100111 0 101111 11001101 1011001 11100

Color Harmonies of #085286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085286

Black with #085286

Text Example


Text Example

White with #085286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085286; }

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

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

background-color css

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

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

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

border-color css

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

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

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