#085680

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

Shades of Dark Cerulean #085680

Tints of Dark Cerulean #085680

Color information

#085680 (or 0x085680) is unknown color: approx Dark Cerulean. HEX triplet: 08, 56 and 80. RGB value is (8,86,128). Sum of RGB (Red+Green+Blue) = 8+86+128=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #085680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085680 is #F7A97F. Grayscale: #434343. Windows color (decimal): -16230784 or 8410632. OLE color: 8410632.

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

Color convert

RGB886128-
CMYK0.940.3300.50
HSL201º88.24%26.67%-
HSV(B)201º93.75%50.2%-
XYZ7.328.2721.63-
YUV67.47162.1685.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 128 (50.39% from 255) = 57.66%
R=3.60%
G=38.74%
B=57.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8861280.940.3300.5020188.2426.67
Hex856805E21032c9581b
Octal101262001364106231113033
Binary10001010110100000001011110100001011001011001001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085680; }

 p { color: rgb(8,86,128); }

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

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

 a { background-color: rgb(8,86,128); }

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

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

 span { border-color: rgb(8,86,128); }

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