#096192

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

Shades of Allports #096192

Tints of Allports #096192

Color information

#096192 (or 0x096192) is unknown color: approx Allports. HEX triplet: 09, 61 and 92. RGB value is (9,97,146). Sum of RGB (Red+Green+Blue) = 9+97+146=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #096192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096192 is #F69E6D. Grayscale: #4B4B4B. Windows color (decimal): -16162414 or 9593097. OLE color: 9593097.

HSL color Cylindrical-coordinate representation of color #096192: hue angle of 201.46º 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 #096192 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB997146-
CMYK0.940.3400.43
HSL201.46º88.39%30.39%-
HSV(B)201.46º93.84%57.25%-
XYZ9.5810.6828.75-
YUV76.27167.3580.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.57%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 146 (57.42% from 255) = 57.94%
R=3.57%
G=38.49%
B=57.94%

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
Decimal9971460.940.3400.43201.4688.3930.39
Hex961925E2202Bc9581e
Octal111412221364205331113036
Binary10011100001100100101011110100010010101111001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096192; }

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

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

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

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

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

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

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

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