#085186

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

Shades of Dark Cerulean #085186

Tints of Dark Cerulean #085186

Color information

#085186 (or 0x085186) is unknown color: approx Dark Cerulean. HEX triplet: 08, 51 and 86. RGB value is (8,81,134). Sum of RGB (Red+Green+Blue) = 8+81+134=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #085186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085186 is #F7AE79. Grayscale: #404040. Windows color (decimal): -16232058 or 8802568. OLE color: 8802568.

HSL color Cylindrical-coordinate representation of color #085186: hue angle of 205.24º 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 #085186 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB881134-
CMYK0.940.4000.47
HSL205.24º88.73%27.84%-
HSV(B)205.24º94.03%52.55%-
XYZ7.357.6623.65-
YUV65.22166.8287.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.59%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 134 (52.73% from 255) = 60.09%
R=3.59%
G=36.32%
B=60.09%

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
Decimal8811340.940.4000.47205.2488.7327.84
Hex851865E2802Fcd591c
Octal101212061365005731513134
Binary10001010001100001101011110101000010111111001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085186; }

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

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

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

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

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

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

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

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