#096C89

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

Shades of Allports #096C89

Tints of Allports #096C89

Color information

#096C89 (or 0x096C89) is unknown color: approx Allports. HEX triplet: 09, 6C and 89. RGB value is (9,108,137). Sum of RGB (Red+Green+Blue) = 9+108+137=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #096C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C89 is #F69376. Grayscale: #515151. Windows color (decimal): -16159607 or 9006089. OLE color: 9006089.

HSL color Cylindrical-coordinate representation of color #096C89: hue angle of 193.59º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096C89 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9108137-
CMYK0.930.2100.46
HSL193.59º87.67%28.63%-
HSV(B)193.59º93.43%53.73%-
XYZ9.9912.5925.57-
YUV81.7159.276.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 137 (53.91% from 255) = 53.94%
R=3.54%
G=42.52%
B=53.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91081370.930.2100.46193.5987.6728.63
Hex96C895D1502Ec2581d
Octal111542111352505630213035
Binary1001110110010001001101110110101010111011000010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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