#096582

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

Shades of Allports #096582

Tints of Allports #096582

Color information

#096582 (or 0x096582) is unknown color: approx Allports. HEX triplet: 09, 65 and 82. RGB value is (9,101,130). Sum of RGB (Red+Green+Blue) = 9+101+130=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #096582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096582 is #F69A7D. Grayscale: #4C4C4C. Windows color (decimal): -16161406 or 8545545. OLE color: 8545545.

HSL color Cylindrical-coordinate representation of color #096582: hue angle of 194.38º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096582 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9101130-
CMYK0.930.2200.49
HSL194.38º87.05%27.25%-
HSV(B)194.38º93.08%50.98%-
XYZ8.810.9822.77-
YUV76.8158.0279.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=3.75%
G=42.08%
B=54.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91011300.930.2200.49194.3887.0527.25
Hex965825D16031c2571b
Octal111452021352606130212733
Binary1001110010110000010101110110110011000111000010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096582; }

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

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

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

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

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

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

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

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