#085171

Color #085171 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #085171

Tints of Dark Cerulean #085171

Color information

#085171 (or 0x085171) is unknown color: approx 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

RGB881113-
CMYK0.930.2800.56
HSL198.29º86.78%23.73%-
HSV(B)198.29º92.92%44.31%-
XYZ6.027.1316.68-
YUV62.82156.3288.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=3.96%
G=40.10%
B=55.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8811130.930.2800.56198.2986.7823.73
Hex851715D1C038c65718
Octal101211611353407030612730
Binary100010100011110001101110111100011100011000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>