Html Css Color HEX #085171 Dark Cerulean

📋 copy color: '#085171'

red 8 ◦ green 81 ◦ blue 113

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

Shades of Dark Cerulean #085171

Tints of Dark Cerulean #085171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 3.96%
G = 40.1%
B = 55.94%

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

#085171 (or 0x085171) is known color: Dark Cerulean. HEX triplet: 08, 51 and 71. RGB value is (8,81,113). Sum of RGB (Red+Green+Blue) = 8+81+113=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #085171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085171 is #F7AE8E. Grayscale: #3E3E3E. Windows color (decimal): -16232079 or 7426312. OLE color: 7426312.

HSL color Cylindrical-coordinate representation of color #085171: hue angle of 198.29º 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 #085171 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 81 113 -
CMYK 0.93 0.28 0 0.56
HSL 198.29º 0.87% 0.24% -
HSV(B) 198.29º 0.93% 0.44% -
XYZ 6.02 7.13 16.68 -
YUV 62.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 8 81 113 0.93 0.28 0 0.56 198.29 0.87 0.24
Hex 8 51 71 5D 1C 0 38 C6 57 18
Octal 10 121 161 135 34 0 70 306 127 30
Binary 1000 1010001 1110001 1011101 11100 0 111000 11000110 1010111 11000

Color Harmonies of #085171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085171

Black with #085171

Text Example


Text Example

White with #085171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085171; }

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

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

background-color css

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

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

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

border-color css

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

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

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