#09165A

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

Shades of Sapphire #09165A

Tints of Sapphire #09165A

Color information

#09165A (or 0x09165A) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 5A. RGB value is (9,22,90). Sum of RGB (Red+Green+Blue) = 9+22+90=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #09165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09165A is #F6E9A5. Grayscale: #191919. Windows color (decimal): -16181670 or 5903881. OLE color: 5903881.

HSL color Cylindrical-coordinate representation of color #09165A: hue angle of 230.37º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09165A is Cyan = 0.9, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB92290-
CMYK0.90.7600.65
HSL230.37º81.82%19.41%-
HSV(B)230.37º90%35.29%-
XYZ2.251.379.82-
YUV25.86164.19115.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 90 (35.55% from 255) = 74.38%
R=7.44%
G=18.18%
B=74.38%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal922900.90.7600.65230.3781.8219.41
Hex9165A5A4C041e65213
Octal1126132132114010134612223
Binary1001101101011010101101010011000100000111100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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