#096988

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

Shades of Allports #096988

Tints of Allports #096988

Color information

#096988 (or 0x096988) is unknown color: approx Allports. HEX triplet: 09, 69 and 88. RGB value is (9,105,136). Sum of RGB (Red+Green+Blue) = 9+105+136=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #096988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096988 is #F69677. Grayscale: #4F4F4F. Windows color (decimal): -16160376 or 8939785. OLE color: 8939785.

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

Color convert

RGB9105136-
CMYK0.930.2300.47
HSL194.65º87.59%28.43%-
HSV(B)194.65º93.38%53.33%-
XYZ9.6111.9425.09-
YUV79.83159.777.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=3.6%
G=42%
B=54.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91051360.930.2300.47194.6587.5928.43
Hex969885D1702Fc3581c
Octal111512101352705730313034
Binary1001110100110001000101110110111010111111000011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096988; }

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

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

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

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

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

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

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

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