#09165B

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

Shades of Sapphire #09165B

Tints of Sapphire #09165B

Color information

#09165B (or 0x09165B) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 5B. RGB value is (9,22,91). Sum of RGB (Red+Green+Blue) = 9+22+91=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #09165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09165B is #F6E9A4. Grayscale: #191919. Windows color (decimal): -16181669 or 5969417. OLE color: 5969417.

HSL color Cylindrical-coordinate representation of color #09165B: hue angle of 230.49º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09165B is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB92291-
CMYK0.900.7600.64
HSL230.49º82%19.61%-
HSV(B)230.49º90.11%35.69%-
XYZ2.291.3910.04-
YUV25.98164.69115.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 91 (35.94% from 255) = 74.59%
R=7.38%
G=18.03%
B=74.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal922910.900.7600.64230.498219.61
Hex9165B5A4C040e65214
Octal1126133132114010034612224
Binary1001101101011011101101010011000100000011100110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09165B; }

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

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

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

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

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

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

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

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