#096088

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

Shades of Allports #096088

Tints of Allports #096088

Color information

#096088 (or 0x096088) is unknown color: approx Allports. HEX triplet: 09, 60 and 88. RGB value is (9,96,136). Sum of RGB (Red+Green+Blue) = 9+96+136=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #096088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096088 is #F69F77. Grayscale: #4A4A4A. Windows color (decimal): -16162680 or 8937481. OLE color: 8937481.

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

Color convert

RGB996136-
CMYK0.930.2900.47
HSL198.9º87.59%28.43%-
HSV(B)198.9º93.38%53.33%-
XYZ8.7410.224.8-
YUV74.55162.6881.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=3.73%
G=39.83%
B=56.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9961360.930.2900.47198.987.5928.43
Hex960885D1D02Fc7581c
Octal111402101353505730713034
Binary1001110000010001000101110111101010111111000111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096088; }

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

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

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

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

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

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

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

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