#095980

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

Shades of Dark Cerulean #095980

Tints of Dark Cerulean #095980

Color information

#095980 (or 0x095980) is unknown color: approx Dark Cerulean. HEX triplet: 09, 59 and 80. RGB value is (9,89,128). Sum of RGB (Red+Green+Blue) = 9+89+128=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #095980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095980 is #F6A67F. Grayscale: #454545. Windows color (decimal): -16164480 or 8411401. OLE color: 8411401.

HSL color Cylindrical-coordinate representation of color #095980: hue angle of 199.66º 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 #095980 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB989128-
CMYK0.930.3000.50
HSL199.66º86.86%26.86%-
HSV(B)199.66º92.97%50.2%-
XYZ7.588.7621.71-
YUV69.5316184.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=3.98%
G=39.38%
B=56.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9891280.930.3000.50199.6686.8626.86
Hex959805D1E032c8571b
Octal111312001353606231012733
Binary1001101100110000000101110111110011001011001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095980; }

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

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

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

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

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

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

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

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