#096F87

Color #096F87 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #096F87

Tints of Allports #096F87

Color information

#096F87 (or 0x096F87) is unknown color: approx Allports. HEX triplet: 09, 6F and 87. RGB value is (9,111,135). Sum of RGB (Red+Green+Blue) = 9+111+135=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #096F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F87 is #F69078. Grayscale: #535353. Windows color (decimal): -16158841 or 8875785. OLE color: 8875785.

HSL color Cylindrical-coordinate representation of color #096F87: hue angle of 191.43º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096F87 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9111135-
CMYK0.930.1800.47
HSL191.43º87.5%28.24%-
HSV(B)191.43º93.33%52.94%-
XYZ10.1713.1824.93-
YUV83.24157.2175.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.53%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=3.53%
G=43.53%
B=52.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91111350.930.1800.47191.4387.528.24
Hex96F875D1202Fbf581c
Octal111572071352205727713034
Binary1001110111110000111101110110010010111110111111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096F87; }

 p { color: rgb(9,111,135); }

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

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

 a { background-color: rgb(9,111,135); }

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

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

 span { border-color: rgb(9,111,135); }

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