#085073

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

Shades of Dark Cerulean #085073

Tints of Dark Cerulean #085073

Color information

#085073 (or 0x085073) is unknown color: approx Dark Cerulean. HEX triplet: 08, 50 and 73. RGB value is (8,80,115). Sum of RGB (Red+Green+Blue) = 8+80+115=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #085073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085073 is #F7AF8C. Grayscale: #3E3E3E. Windows color (decimal): -16232333 or 7557128. OLE color: 7557128.

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

Color convert

RGB880115-
CMYK0.930.3000.55
HSL199.63º86.99%24.12%-
HSV(B)199.63º93.04%45.1%-
XYZ6.067.0317.26-
YUV62.46157.6589.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=3.94%
G=39.41%
B=56.65%

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
Decimal8801150.930.3000.55199.6386.9924.12
Hex850735D1E037c85718
Octal101201631353606731012730
Binary100010100001110011101110111110011011111001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085073; }

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

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

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

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

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

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

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

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