#091668

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

Shades of Sapphire #091668

Tints of Sapphire #091668

Color information

#091668 (or 0x091668) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 68. RGB value is (9,22,104). Sum of RGB (Red+Green+Blue) = 9+22+104=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #091668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091668 is #F6E997. Grayscale: #1B1B1B. Windows color (decimal): -16181656 or 6821385. OLE color: 6821385.

HSL color Cylindrical-coordinate representation of color #091668: hue angle of 231.79º 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 #091668 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB922104-
CMYK0.910.7900.59
HSL231.79º84.07%22.16%-
HSV(B)231.79º91.35%40.78%-
XYZ2.91.6313.26-
YUV27.46171.19114.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 104 (41.02% from 255) = 77.04%
R=6.67%
G=16.30%
B=77.04%

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
Decimal9221040.910.7900.59231.7984.0722.16
Hex916685B4F03Be85416
Octal112615013311707335012426
Binary100110110110100010110111001111011101111101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091668; }

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

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

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

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

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

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

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

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