#085173

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

Shades of Dark Cerulean #085173

Tints of Dark Cerulean #085173

Color information

#085173 (or 0x085173) is unknown color: approx Dark Cerulean. HEX triplet: 08, 51 and 73. RGB value is (8,81,115). Sum of RGB (Red+Green+Blue) = 8+81+115=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #085173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085173 is #F7AE8C. Grayscale: #3E3E3E. Windows color (decimal): -16232077 or 7557384. OLE color: 7557384.

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

Color convert

RGB881115-
CMYK0.930.3000.55
HSL199.07º86.99%24.12%-
HSV(B)199.07º93.04%45.1%-
XYZ6.147.1717.28-
YUV63.05157.3288.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=3.92%
G=39.71%
B=56.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8811150.930.3000.55199.0786.9924.12
Hex851735D1E037c75718
Octal101211631353606730712730
Binary100010100011110011101110111110011011111000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085173; }

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

 H1.HeaderClassName
 {
   color: #085173;
 }
 .AnyTagClassName
 {
   color: #085173;
 }
</style>
background-color css

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

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

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

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

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

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