#091661

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

Shades of Sapphire #091661

Tints of Sapphire #091661

Color information

#091661 (or 0x091661) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 61. RGB value is (9,22,97). Sum of RGB (Red+Green+Blue) = 9+22+97=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #091661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091661 is #F6E99E. Grayscale: #1A1A1A. Windows color (decimal): -16181663 or 6362633. OLE color: 6362633.

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

Color convert

RGB92297-
CMYK0.910.7700.62
HSL231.14º83.02%20.78%-
HSV(B)231.14º90.72%38.04%-
XYZ2.561.4911.46-
YUV26.66167.69115.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 97 (38.28% from 255) = 75.78%
R=7.03%
G=17.19%
B=75.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal922970.910.7700.62231.1483.0220.78
Hex916615B4D03Ee75315
Octal112614113311507634712325
Binary100110110110000110110111001101011111011100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091661; }

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

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

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

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

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

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

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

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