#096A8E

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

Shades of Allports #096A8E

Tints of Allports #096A8E

Color information

#096A8E (or 0x096A8E) is unknown color: approx Allports. HEX triplet: 09, 6A and 8E. RGB value is (9,106,142). Sum of RGB (Red+Green+Blue) = 9+106+142=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #096A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A8E is #F69571. Grayscale: #505050. Windows color (decimal): -16160114 or 9333257. OLE color: 9333257.

HSL color Cylindrical-coordinate representation of color #096A8E: hue angle of 196.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096A8E is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9106142-
CMYK0.940.2500.44
HSL196.24º88.08%29.61%-
HSV(B)196.24º93.66%55.69%-
XYZ10.1512.3227.43-
YUV81.1162.3676.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=3.50%
G=41.25%
B=55.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91061420.940.2500.44196.2488.0829.61
Hex96A8E5E1902Cc4581e
Octal111522161363105430413036
Binary1001110101010001110101111011001010110011000100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,106,142); }

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

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

 a { background-color: rgb(9,106,142); }

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

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

 span { border-color: rgb(9,106,142); }

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