#096392

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

Shades of Allports #096392

Tints of Allports #096392

Color information

#096392 (or 0x096392) is unknown color: approx Allports. HEX triplet: 09, 63 and 92. RGB value is (9,99,146). Sum of RGB (Red+Green+Blue) = 9+99+146=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #096392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096392 is #F69C6D. Grayscale: #4D4D4D. Windows color (decimal): -16161902 or 9593609. OLE color: 9593609.

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

Color convert

RGB999146-
CMYK0.940.3200.43
HSL200.58º88.39%30.39%-
HSV(B)200.58º93.84%57.25%-
XYZ9.7611.0628.81-
YUV77.45166.6879.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=3.54%
G=38.98%
B=57.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9991460.940.3200.43200.5888.3930.39
Hex963925E2002Bc9581e
Octal111432221364005331113036
Binary10011100011100100101011110100000010101111001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096392; }

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

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

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

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

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

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

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

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