#085288

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

Shades of Dark Cerulean #085288

Tints of Dark Cerulean #085288

Color information

#085288 (or 0x085288) is unknown color: approx Dark Cerulean. HEX triplet: 08, 52 and 88. RGB value is (8,82,136). Sum of RGB (Red+Green+Blue) = 8+82+136=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #085288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085288 is #F7AD77. Grayscale: #414141. Windows color (decimal): -16231800 or 8933896. OLE color: 8933896.

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

Color convert

RGB882136-
CMYK0.940.4000.47
HSL205.31º88.89%28.24%-
HSV(B)205.31º94.12%53.33%-
XYZ7.567.8624.41-
YUV66.03167.4886.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 136 (53.52% from 255) = 60.18%
R=3.54%
G=36.28%
B=60.18%

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
Decimal8821360.940.4000.47205.3188.8928.24
Hex852885E2802Fcd591c
Octal101222101365005731513134
Binary10001010010100010001011110101000010111111001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085288; }

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

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

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

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

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

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

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

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