#085284

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

Shades of Dark Cerulean #085284

Tints of Dark Cerulean #085284

Color information

#085284 (or 0x085284) is unknown color: approx Dark Cerulean. HEX triplet: 08, 52 and 84. RGB value is (8,82,132). Sum of RGB (Red+Green+Blue) = 8+82+132=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #085284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085284 is #F7AD7B. Grayscale: #414141. Windows color (decimal): -16231804 or 8671752. OLE color: 8671752.

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

Color convert

RGB882132-
CMYK0.940.3800.48
HSL204.19º88.57%27.45%-
HSV(B)204.19º93.94%51.76%-
XYZ7.287.7522.94-
YUV65.57165.4886.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=3.60%
G=36.94%
B=59.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8821320.940.3800.48204.1988.5727.45
Hex852845E26030cc591b
Octal101222041364606031413133
Binary10001010010100001001011110100110011000011001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085284; }

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

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

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

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

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

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

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

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