#096184

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

Shades of Allports #096184

Tints of Allports #096184

Color information

#096184 (or 0x096184) is unknown color: approx Allports. HEX triplet: 09, 61 and 84. RGB value is (9,97,132). Sum of RGB (Red+Green+Blue) = 9+97+132=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #096184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096184 is #F69E7B. Grayscale: #4A4A4A. Windows color (decimal): -16162428 or 8675593. OLE color: 8675593.

HSL color Cylindrical-coordinate representation of color #096184: hue angle of 197.07º 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 #096184 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB997132-
CMYK0.930.2700.48
HSL197.07º87.23%27.65%-
HSV(B)197.07º93.18%51.76%-
XYZ8.5510.2723.36-
YUV74.68160.3581.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=3.78%
G=40.76%
B=55.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9971320.930.2700.48197.0787.2327.65
Hex961845D1B030c5571c
Octal111412041353306030512734
Binary1001110000110000100101110111011011000011000101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096184; }

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

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

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

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

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

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

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

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