#096A88

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

Shades of Allports #096A88

Tints of Allports #096A88

Color information

#096A88 (or 0x096A88) is unknown color: approx Allports. HEX triplet: 09, 6A and 88. RGB value is (9,106,136). Sum of RGB (Red+Green+Blue) = 9+106+136=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #096A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A88 is #F69577. Grayscale: #505050. Windows color (decimal): -16160120 or 8940041. OLE color: 8940041.

HSL color Cylindrical-coordinate representation of color #096A88: hue angle of 194.17º 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 #096A88 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9106136-
CMYK0.930.2200.47
HSL194.17º87.59%28.43%-
HSV(B)194.17º93.38%53.33%-
XYZ9.7112.1425.12-
YUV80.42159.3677.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.59%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=3.59%
G=42.23%
B=54.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91061360.930.2200.47194.1787.5928.43
Hex96A885D1602Fc2581c
Octal111522101352605730213034
Binary1001110101010001000101110110110010111111000010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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