#085881

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

Shades of Dark Cerulean #085881

Tints of Dark Cerulean #085881

Color information

#085881 (or 0x085881) is unknown color: approx Dark Cerulean. HEX triplet: 08, 58 and 81. RGB value is (8,88,129). Sum of RGB (Red+Green+Blue) = 8+88+129=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #085881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085881 is #F7A77E. Grayscale: #444444. Windows color (decimal): -16230271 or 8476680. OLE color: 8476680.

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

Color convert

RGB888129-
CMYK0.940.3200.49
HSL200.33º88.32%26.86%-
HSV(B)200.33º93.8%50.59%-
XYZ7.558.6222.03-
YUV68.7516284.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 129 (50.78% from 255) = 57.33%
R=3.56%
G=39.11%
B=57.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8881290.940.3200.49200.3388.3226.86
Hex858815E20031c8581b
Octal101302011364006131013033
Binary10001011000100000011011110100000011000111001000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085881; }

 p { color: rgb(8,88,129); }

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

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

 a { background-color: rgb(8,88,129); }

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

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

 span { border-color: rgb(8,88,129); }

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