#085085

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

Shades of Dark Cerulean #085085

Tints of Dark Cerulean #085085

Color information

#085085 (or 0x085085) is unknown color: approx Dark Cerulean. HEX triplet: 08, 50 and 85. RGB value is (8,80,133). Sum of RGB (Red+Green+Blue) = 8+80+133=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #085085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085085 is #F7AF7A. Grayscale: #404040. Windows color (decimal): -16232315 or 8736776. OLE color: 8736776.

HSL color Cylindrical-coordinate representation of color #085085: hue angle of 205.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085085 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB880133-
CMYK0.940.4000.48
HSL205.44º88.65%27.65%-
HSV(B)205.44º93.98%52.16%-
XYZ7.27.4823.25-
YUV64.51166.6587.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=3.62%
G=36.20%
B=60.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8801330.940.4000.48205.4488.6527.65
Hex850855E28030cd591c
Octal101202051365006031513134
Binary10001010000100001011011110101000011000011001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085085; }

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

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

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

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

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

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

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

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