#085382

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

Shades of Dark Cerulean #085382

Tints of Dark Cerulean #085382

Color information

#085382 (or 0x085382) is unknown color: approx Dark Cerulean. HEX triplet: 08, 53 and 82. RGB value is (8,83,130). Sum of RGB (Red+Green+Blue) = 8+83+130=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #085382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085382 is #F7AC7D. Grayscale: #414141. Windows color (decimal): -16231550 or 8540936. OLE color: 8540936.

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

Color convert

RGB883130-
CMYK0.940.3600.49
HSL203.11º88.41%27.06%-
HSV(B)203.11º93.85%50.98%-
XYZ7.227.8522.25-
YUV65.93164.1586.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 130 (51.17% from 255) = 58.82%
R=3.62%
G=37.56%
B=58.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8831300.940.3600.49203.1188.4127.06
Hex853825E24031cb581b
Octal101232021364406131313033
Binary10001010011100000101011110100100011000111001011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085382; }

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

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

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

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

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

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

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

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