#096092

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

Shades of Allports #096092

Tints of Allports #096092

Color information

#096092 (or 0x096092) is unknown color: approx Allports. HEX triplet: 09, 60 and 92. RGB value is (9,96,146). Sum of RGB (Red+Green+Blue) = 9+96+146=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #096092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096092 is #F69F6D. Grayscale: #4B4B4B. Windows color (decimal): -16162670 or 9592841. OLE color: 9592841.

HSL color Cylindrical-coordinate representation of color #096092: hue angle of 201.9º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096092 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB996146-
CMYK0.940.3400.43
HSL201.9º88.39%30.39%-
HSV(B)201.9º93.84%57.25%-
XYZ9.4810.528.72-
YUV75.69167.6880.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.59%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=3.59%
G=38.25%
B=58.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9961460.940.3400.43201.988.3930.39
Hex960925E2202Bca581e
Octal111402221364205331213036
Binary10011100000100100101011110100010010101111001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096092; }

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

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

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

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

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

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

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

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