#085082

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

Shades of Dark Cerulean #085082

Tints of Dark Cerulean #085082

Color information

#085082 (or 0x085082) is unknown color: approx Dark Cerulean. HEX triplet: 08, 50 and 82. RGB value is (8,80,130). Sum of RGB (Red+Green+Blue) = 8+80+130=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #085082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085082 is #F7AF7D. Grayscale: #3F3F3F. Windows color (decimal): -16232318 or 8540168. OLE color: 8540168.

HSL color Cylindrical-coordinate representation of color #085082: hue angle of 204.59º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085082 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB880130-
CMYK0.940.3800.49
HSL204.59º88.41%27.06%-
HSV(B)204.59º93.85%50.98%-
XYZ77.422.18-
YUV64.17165.1587.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 130 (51.17% from 255) = 59.63%
R=3.67%
G=36.70%
B=59.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8801300.940.3800.49204.5988.4127.06
Hex850825E26031cd581b
Octal101202021364606131513033
Binary10001010000100000101011110100110011000111001101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085082; }

 p { color: rgb(8,80,130); }

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

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

 a { background-color: rgb(8,80,130); }

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

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

 span { border-color: rgb(8,80,130); }

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