#095880

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

Shades of Dark Cerulean #095880

Tints of Dark Cerulean #095880

Color information

#095880 (or 0x095880) is unknown color: approx Dark Cerulean. HEX triplet: 09, 58 and 80. RGB value is (9,88,128). Sum of RGB (Red+Green+Blue) = 9+88+128=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #095880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095880 is #F6A77F. Grayscale: #444444. Windows color (decimal): -16164736 or 8411145. OLE color: 8411145.

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

Color convert

RGB988128-
CMYK0.930.3100.50
HSL200.17º86.86%26.86%-
HSV(B)200.17º92.97%50.2%-
XYZ7.58.621.69-
YUV68.94161.3385.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=4%
G=39.11%
B=56.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9881280.930.3100.50200.1786.8626.86
Hex958805D1F032c8571b
Octal111302001353706231012733
Binary1001101100010000000101110111111011001011001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095880; }

 p { color: rgb(9,88,128); }

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

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

 a { background-color: rgb(9,88,128); }

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

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

 span { border-color: rgb(9,88,128); }

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