#096286

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

Shades of Allports #096286

Tints of Allports #096286

Color information

#096286 (or 0x096286) is unknown color: approx Allports. HEX triplet: 09, 62 and 86. RGB value is (9,98,134). Sum of RGB (Red+Green+Blue) = 9+98+134=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #096286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096286 is #F69D79. Grayscale: #4B4B4B. Windows color (decimal): -16162170 or 8806921. OLE color: 8806921.

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

Color convert

RGB998134-
CMYK0.930.2700.47
HSL197.28º87.41%28.04%-
HSV(B)197.28º93.28%52.55%-
XYZ8.7810.5124.12-
YUV75.49161.0180.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=3.73%
G=40.66%
B=55.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9981340.930.2700.47197.2887.4128.04
Hex962865D1B02Fc5571c
Octal111422061353305730512734
Binary1001110001010000110101110111011010111111000101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096286; }

 p { color: rgb(9,98,134); }

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

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

 a { background-color: rgb(9,98,134); }

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

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

 span { border-color: rgb(9,98,134); }

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