#096C81

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

Shades of Allports #096C81

Tints of Allports #096C81

Color information

#096C81 (or 0x096C81) is unknown color: approx Allports. HEX triplet: 09, 6C and 81. RGB value is (9,108,129). Sum of RGB (Red+Green+Blue) = 9+108+129=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #096C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C81 is #F6937E. Grayscale: #505050. Windows color (decimal): -16159615 or 8481801. OLE color: 8481801.

HSL color Cylindrical-coordinate representation of color #096C81: hue angle of 190.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096C81 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9108129-
CMYK0.930.1600.49
HSL190.5º86.96%27.06%-
HSV(B)190.5º93.02%50.59%-
XYZ9.4412.3722.66-
YUV80.79155.276.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.66%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=3.66%
G=43.90%
B=52.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91081290.930.1600.49190.586.9627.06
Hex96C815D10031be571b
Octal111542011352006127612733
Binary1001110110010000001101110110000011000110111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,129); }

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

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

 a { background-color: rgb(9,108,129); }

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

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

 span { border-color: rgb(9,108,129); }

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