Shades of Sapphire #09264D
Tints of Sapphire #09264D
RGB
CMYK
RGB Variations
Color information
#09264D (or 0x09264D) is known color: Sapphire. HEX triplet: 09, 26 and 4D. RGB value is (9,38,77). Sum of RGB (Red+Green+Blue) = 9+38+77=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #09264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09264D is #F6D9B2. Grayscale: #212121. Windows color (decimal): -16177587 or 5056009. OLE color: 5056009.
HSL color Cylindrical-coordinate representation of color #09264D: hue angle of 214.41º 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 #09264D is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 38 | 77 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.70 |
| HSL | 214.41º | 0.79% | 0.17% | - |
| HSV(B) | 214.41º | 0.88% | 0.3% | - |
| XYZ | 2.15 | 1.98 | 7.29 | - |
| YUV | 33.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 77 | 0.88 | 0.51 | 0 | 0.70 | 214.41 | 0.79 | 0.17 |
| Hex | 9 | 26 | 4D | 58 | 33 | 0 | 46 | D6 | 4F | 11 |
| Octal | 11 | 46 | 115 | 130 | 63 | 0 | 106 | 326 | 117 | 21 |
| Binary | 1001 | 100110 | 1001101 | 1011000 | 110011 | 0 | 1000110 | 11010110 | 1001111 | 10001 |
Color Harmonies of #09264D
Complementary color
Monochromatic Colors of #09264D
Black with #09264D
Text Example
Text Example
White with #09264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09264D; }
p { color: rgb(9,38,77); }
H1.HeaderClassName
{
color: #09264D;
}
.AnyTagClassName
{
color: #09264D;
}
</style>
background-color css
<style>
a { background-color: #09264D; }
a { background-color: rgb(9,38,77); }
div.DivClassName
{
background-color: #09264D;
}
.BgClassName
{
background-color: #09264D;
}
</style>
border-color css
<style>
span { border-color: #09264D; }
span { border-color: rgb(9,38,77); }
td.TdClassName
{
border-color: #09264D;
}
.TagClassName
{
border-color: #09264D;
}
</style>