#085984

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

Shades of Dark Cerulean #085984

Tints of Dark Cerulean #085984

Color information

#085984 (or 0x085984) is unknown color: approx Dark Cerulean. HEX triplet: 08, 59 and 84. RGB value is (8,89,132). Sum of RGB (Red+Green+Blue) = 8+89+132=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #085984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085984 is #F7A67B. Grayscale: #454545. Windows color (decimal): -16230012 or 8673544. OLE color: 8673544.

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

Color convert

RGB889132-
CMYK0.940.3300.48
HSL200.81º88.57%27.45%-
HSV(B)200.81º93.94%51.76%-
XYZ7.848.8623.13-
YUV69.68163.1684-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=3.49%
G=38.86%
B=57.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8891320.940.3300.48200.8188.5727.45
Hex859845E21030c9591b
Octal101312041364106031113133
Binary10001011001100001001011110100001011000011001001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085984; }

 p { color: rgb(8,89,132); }

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

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

 a { background-color: rgb(8,89,132); }

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

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

 span { border-color: rgb(8,89,132); }

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