#091669

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

Shades of Sapphire #091669

Tints of Sapphire #091669

Color information

#091669 (or 0x091669) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 69. RGB value is (9,22,105). Sum of RGB (Red+Green+Blue) = 9+22+105=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #091669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091669 is #F6E996. Grayscale: #1B1B1B. Windows color (decimal): -16181655 or 6886921. OLE color: 6886921.

HSL color Cylindrical-coordinate representation of color #091669: hue angle of 231.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091669 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB922105-
CMYK0.910.7900.59
HSL231.88º84.21%22.35%-
HSV(B)231.88º91.43%41.18%-
XYZ2.951.6513.53-
YUV27.58171.69114.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 105 (41.41% from 255) = 77.21%
R=6.62%
G=16.18%
B=77.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9221050.910.7900.59231.8884.2122.35
Hex916695B4F03Be85416
Octal112615113311707335012426
Binary100110110110100110110111001111011101111101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091669; }

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

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

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

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

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

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

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

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