#085086

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

Shades of Dark Cerulean #085086

Tints of Dark Cerulean #085086

Color information

#085086 (or 0x085086) is unknown color: approx Dark Cerulean. HEX triplet: 08, 50 and 86. RGB value is (8,80,134). Sum of RGB (Red+Green+Blue) = 8+80+134=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #085086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085086 is #F7AF79. Grayscale: #404040. Windows color (decimal): -16232314 or 8802312. OLE color: 8802312.

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

Color convert

RGB880134-
CMYK0.940.4000.47
HSL205.71º88.73%27.84%-
HSV(B)205.71º94.03%52.55%-
XYZ7.277.5123.62-
YUV64.63167.1587.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 134 (52.73% from 255) = 60.36%
R=3.60%
G=36.04%
B=60.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8801340.940.4000.47205.7188.7327.84
Hex850865E2802Fce591c
Octal101202061365005731613134
Binary10001010000100001101011110101000010111111001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085086; }

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

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

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

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

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

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

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

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