#096591

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

Shades of Allports #096591

Tints of Allports #096591

Color information

#096591 (or 0x096591) is unknown color: approx Allports. HEX triplet: 09, 65 and 91. RGB value is (9,101,145). Sum of RGB (Red+Green+Blue) = 9+101+145=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #096591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096591 is #F69A6E. Grayscale: #4E4E4E. Windows color (decimal): -16161391 or 9528585. OLE color: 9528585.

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

Color convert

RGB9101145-
CMYK0.940.3000.43
HSL199.41º88.31%30.2%-
HSV(B)199.41º93.79%56.86%-
XYZ9.8811.4128.47-
YUV78.51165.5278.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.53%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=3.53%
G=39.61%
B=56.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91011450.940.3000.43199.4188.3130.2
Hex965915E1E02Bc7581e
Octal111452211363605330713036
Binary1001110010110010001101111011110010101111000111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096591; }

 p { color: rgb(9,101,145); }

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

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

 a { background-color: rgb(9,101,145); }

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

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

 span { border-color: rgb(9,101,145); }

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