#085692

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

Shades of Dark Cerulean #085692

Tints of Dark Cerulean #085692

Color information

#085692 (or 0x085692) is unknown color: approx Dark Cerulean. HEX triplet: 08, 56 and 92. RGB value is (8,86,146). Sum of RGB (Red+Green+Blue) = 8+86+146=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #085692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085692 is #F7A96D. Grayscale: #454545. Windows color (decimal): -16230766 or 9590280. OLE color: 9590280.

HSL color Cylindrical-coordinate representation of color #085692: hue angle of 206.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085692 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB886146-
CMYK0.950.4100.43
HSL206.09º89.61%30.2%-
HSV(B)206.09º94.52%57.25%-
XYZ8.628.7828.44-
YUV69.52171.1684.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=3.33%
G=35.83%
B=60.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8861460.950.4100.43206.0989.6130.2
Hex856925F2902Bce5a1e
Octal101262221375105331613236
Binary10001010110100100101011111101001010101111001110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085692; }

 p { color: rgb(8,86,146); }

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

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

 a { background-color: rgb(8,86,146); }

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

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

 span { border-color: rgb(8,86,146); }

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