#091056

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

Shades of Sapphire #091056

Tints of Sapphire #091056

Color information

#091056 (or 0x091056) is unknown color: approx Sapphire. HEX triplet: 09, 10 and 56. RGB value is (9,16,86). Sum of RGB (Red+Green+Blue) = 9+16+86=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #091056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091056 is #F6EFA9. Grayscale: #151515. Windows color (decimal): -16183210 or 5640201. OLE color: 5640201.

HSL color Cylindrical-coordinate representation of color #091056: hue angle of 234.55º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091056 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB91686-
CMYK0.900.8100.66
HSL234.55º81.05%18.63%-
HSV(B)234.55º89.53%33.73%-
XYZ1.981.18.91-
YUV21.89164.18118.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=8.11%
G=14.41%
B=77.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal916860.900.8100.66234.5581.0518.63
Hex910565A51042eb5113
Octal1120126132121010235312123
Binary1001100001010110101101010100010100001011101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091056; }

 p { color: rgb(9,16,86); }

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

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

 a { background-color: rgb(9,16,86); }

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

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

 span { border-color: rgb(9,16,86); }

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