#096981

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

Shades of Allports #096981

Tints of Allports #096981

Color information

#096981 (or 0x096981) is unknown color: approx Allports. HEX triplet: 09, 69 and 81. RGB value is (9,105,129). Sum of RGB (Red+Green+Blue) = 9+105+129=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #096981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096981 is #F6967E. Grayscale: #4E4E4E. Windows color (decimal): -16160383 or 8481033. OLE color: 8481033.

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

Color convert

RGB9105129-
CMYK0.930.1900.49
HSL192º86.96%27.06%-
HSV(B)192º93.02%50.59%-
XYZ9.1311.7522.56-
YUV79.03156.278.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=3.70%
G=43.21%
B=53.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91051290.930.1900.4919286.9627.06
Hex969815D13031c0571b
Octal111512011352306130012733
Binary1001110100110000001101110110011011000111000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096981; }

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

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

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

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

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

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

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

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