#09216A

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

Shades of Sapphire #09216A

Tints of Sapphire #09216A

Color information

#09216A (or 0x09216A) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 6A. RGB value is (9,33,106). Sum of RGB (Red+Green+Blue) = 9+33+106=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 106 (41.80% from 255 or 71.62% from 148); Max value from RGB is 106 - color contains mainly: blue. Hex color #09216A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09216A is #F6DE95. Grayscale: #212121. Windows color (decimal): -16178838 or 6955273. OLE color: 6955273.

HSL color Cylindrical-coordinate representation of color #09216A: hue angle of 225.15º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09216A is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB933106-
CMYK0.920.6900.58
HSL225.15º84.35%22.55%-
HSV(B)225.15º91.51%41.57%-
XYZ3.262.1913.89-
YUV34.15168.55110.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 106 (41.80% from 255) = 71.62%
R=6.08%
G=22.30%
B=71.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9331060.920.6900.58225.1584.3522.55
Hex9216A5C4503Ae15417
Octal114115213410507234112427
Binary1001100001110101010111001000101011101011100001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,33,106); }

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

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

 a { background-color: rgb(9,33,106); }

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

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

 span { border-color: rgb(9,33,106); }

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