#09215C

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

Shades of Sapphire #09215C

Tints of Sapphire #09215C

Color information

#09215C (or 0x09215C) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 5C. RGB value is (9,33,92). Sum of RGB (Red+Green+Blue) = 9+33+92=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #09215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215C is #F6DEA3. Grayscale: #202020. Windows color (decimal): -16178852 or 6037769. OLE color: 6037769.

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

Color convert

RGB93392-
CMYK0.900.6400.64
HSL222.65º82.18%19.8%-
HSV(B)222.65º90.22%36.08%-
XYZ2.591.9210.36-
YUV32.55161.55111.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 92 (36.33% from 255) = 68.66%
R=6.72%
G=24.63%
B=68.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal933920.900.6400.64222.6582.1819.8
Hex9215C5A40040df5214
Octal1141134132100010033712224
Binary10011000011011100101101010000000100000011011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09215C; }

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

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

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

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

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

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

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

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