#096585

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

Shades of Allports #096585

Tints of Allports #096585

Color information

#096585 (or 0x096585) is unknown color: approx Allports. HEX triplet: 09, 65 and 85. RGB value is (9,101,133). Sum of RGB (Red+Green+Blue) = 9+101+133=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #096585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096585 is #F69A7A. Grayscale: #4C4C4C. Windows color (decimal): -16161403 or 8742153. OLE color: 8742153.

HSL color Cylindrical-coordinate representation of color #096585: hue angle of 195.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096585 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9101133-
CMYK0.930.2400.48
HSL195.48º87.32%27.84%-
HSV(B)195.48º93.23%52.16%-
XYZ911.0623.85-
YUV77.14159.5279.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=3.70%
G=41.56%
B=54.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91011330.930.2400.48195.4887.3227.84
Hex965855D18030c3571c
Octal111452051353006030312734
Binary1001110010110000101101110111000011000011000011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096585; }

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

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

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

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

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

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

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

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