#091663

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

Shades of Sapphire #091663

Tints of Sapphire #091663

Color information

#091663 (or 0x091663) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 63. RGB value is (9,22,99). Sum of RGB (Red+Green+Blue) = 9+22+99=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #091663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091663 is #F6E99C. Grayscale: #1A1A1A. Windows color (decimal): -16181661 or 6493705. OLE color: 6493705.

HSL color Cylindrical-coordinate representation of color #091663: hue angle of 231.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091663 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB92299-
CMYK0.910.7800.61
HSL231.33º83.33%21.18%-
HSV(B)231.33º90.91%38.82%-
XYZ2.651.5311.96-
YUV26.89168.69115.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 99 (39.06% from 255) = 76.15%
R=6.92%
G=16.92%
B=76.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal922990.910.7800.61231.3383.3321.18
Hex916635B4E03De75315
Octal112614313311607534712325
Binary100110110110001110110111001110011110111100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091663; }

 p { color: rgb(9,22,99); }

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

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

 a { background-color: rgb(9,22,99); }

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

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

 span { border-color: rgb(9,22,99); }

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