Shades of Sapphire #09214C
Tints of Sapphire #09214C
RGB
CMYK
RGB Variations
Color information
#09214C (or 0x09214C) is known color: Sapphire. HEX triplet: 09, 21 and 4C. RGB value is (9,33,76). Sum of RGB (Red+Green+Blue) = 9+33+76=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #09214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09214C is #F6DEB3. Grayscale: #1E1E1E. Windows color (decimal): -16178868 or 4989193. OLE color: 4989193.
HSL color Cylindrical-coordinate representation of color #09214C: hue angle of 218.51º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09214C is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 33 | 76 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.70 |
| HSL | 218.51º | 0.79% | 0.17% | - |
| HSV(B) | 218.51º | 0.88% | 0.3% | - |
| XYZ | 1.96 | 1.67 | 7.06 | - |
| YUV | 30.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 76 | 0.88 | 0.57 | 0 | 0.70 | 218.51 | 0.79 | 0.17 |
| Hex | 9 | 21 | 4C | 58 | 39 | 0 | 46 | DB | 4F | 11 |
| Octal | 11 | 41 | 114 | 130 | 71 | 0 | 106 | 333 | 117 | 21 |
| Binary | 1001 | 100001 | 1001100 | 1011000 | 111001 | 0 | 1000110 | 11011011 | 1001111 | 10001 |
Color Harmonies of #09214C
Complementary color
Monochromatic Colors of #09214C
Black with #09214C
Text Example
Text Example
White with #09214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09214C; }
p { color: rgb(9,33,76); }
H1.HeaderClassName
{
color: #09214C;
}
.AnyTagClassName
{
color: #09214C;
}
</style>
background-color css
<style>
a { background-color: #09214C; }
a { background-color: rgb(9,33,76); }
div.DivClassName
{
background-color: #09214C;
}
.BgClassName
{
background-color: #09214C;
}
</style>
border-color css
<style>
span { border-color: #09214C; }
span { border-color: rgb(9,33,76); }
td.TdClassName
{
border-color: #09214C;
}
.TagClassName
{
border-color: #09214C;
}
</style>