Html Css Color HEX #085170 Dark Cerulean

📋 copy color: '#085170'

red 8 ◦ green 81 ◦ blue 112

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

Shades of Dark Cerulean #085170

Tints of Dark Cerulean #085170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 3.98%
G = 40.3%
B = 55.72%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085170 (or 0x085170) is known color: Dark Cerulean. HEX triplet: 08, 51 and 70. RGB value is (8,81,112). Sum of RGB (Red+Green+Blue) = 8+81+112=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #085170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085170 is #F7AE8F. Grayscale: #3E3E3E. Windows color (decimal): -16232080 or 7360776. OLE color: 7360776.

HSL color Cylindrical-coordinate representation of color #085170: hue angle of 197.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085170 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 81 112 -
CMYK 0.93 0.28 0 0.56
HSL 197.88º 0.87% 0.24% -
HSV(B) 197.88º 0.93% 0.44% -
XYZ 5.97 7.11 16.39 -
YUV 62.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 8 81 112 0.93 0.28 0 0.56 197.88 0.87 0.24
Hex 8 51 70 5D 1C 0 38 C6 57 18
Octal 10 121 160 135 34 0 70 306 127 30
Binary 1000 1010001 1110000 1011101 11100 0 111000 11000110 1010111 11000

Color Harmonies of #085170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085170

Black with #085170

Text Example


Text Example

White with #085170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085170; }

 p { color: rgb(8,81,112); }

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

background-color css

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

 a { background-color: rgb(8,81,112); }

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

border-color css

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

 span { border-color: rgb(8,81,112); }

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