#09165D

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

Shades of Sapphire #09165D

Tints of Sapphire #09165D

Color information

#09165D (or 0x09165D) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 5D. RGB value is (9,22,93). Sum of RGB (Red+Green+Blue) = 9+22+93=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #09165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09165D is #F6E9A2. Grayscale: #191919. Windows color (decimal): -16181667 or 6100489. OLE color: 6100489.

HSL color Cylindrical-coordinate representation of color #09165D: hue angle of 230.71º 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 #09165D is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB92293-
CMYK0.900.7600.64
HSL230.71º82.35%20%-
HSV(B)230.71º90.32%36.47%-
XYZ2.381.4210.51-
YUV26.21165.69115.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 93 (36.72% from 255) = 75%
R=7.26%
G=17.74%
B=75%

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
Decimal922930.900.7600.64230.7182.3520
Hex9165D5A4C040e75214
Octal1126135132114010034712224
Binary1001101101011101101101010011000100000011100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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