#096190

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

Shades of Allports #096190

Tints of Allports #096190

Color information

#096190 (or 0x096190) is unknown color: approx Allports. HEX triplet: 09, 61 and 90. RGB value is (9,97,144). Sum of RGB (Red+Green+Blue) = 9+97+144=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #096190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096190 is #F69E6F. Grayscale: #4B4B4B. Windows color (decimal): -16162416 or 9462025. OLE color: 9462025.

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

Color convert

RGB997144-
CMYK0.940.3300.44
HSL200.89º88.24%30%-
HSV(B)200.89º93.75%56.47%-
XYZ9.4210.6227.94-
YUV76.05166.3580.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=3.6%
G=38.8%
B=57.6%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9971440.940.3300.44200.8988.2430
Hex961905E2102Cc9581e
Octal111412201364105431113036
Binary10011100001100100001011110100001010110011001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096190; }

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

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

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

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

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

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

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

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