#09215D

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

Shades of Sapphire #09215D

Tints of Sapphire #09215D

Color information

#09215D (or 0x09215D) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 5D. RGB value is (9,33,93). Sum of RGB (Red+Green+Blue) = 9+33+93=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #09215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215D is #F6DEA2. Grayscale: #202020. Windows color (decimal): -16178851 or 6103305. OLE color: 6103305.

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

Color convert

RGB93393-
CMYK0.900.6500.64
HSL222.86º82.35%20%-
HSV(B)222.86º90.32%36.47%-
XYZ2.631.9410.59-
YUV32.66162.05111.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 93 (36.72% from 255) = 68.89%
R=6.67%
G=24.44%
B=68.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal933930.900.6500.64222.8682.3520
Hex9215D5A41040df5214
Octal1141135132101010033712224
Binary10011000011011101101101010000010100000011011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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