Shades of Sapphire #09276B
Tints of Sapphire #09276B
RGB
CMYK
RGB Variations
Color information
#09276B (or 0x09276B) is known color: Sapphire. HEX triplet: 09, 27 and 6B. RGB value is (9,39,107). Sum of RGB (Red+Green+Blue) = 9+39+107=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #09276B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09276B is #F6D894. Grayscale: #252525. Windows color (decimal): -16177301 or 7022345. OLE color: 7022345.
HSL color Cylindrical-coordinate representation of color #09276B: hue angle of 221.63º 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 #09276B is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 39 | 107 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.58 |
| HSL | 221.63º | 0.84% | 0.23% | - |
| HSV(B) | 221.63º | 0.92% | 0.42% | - |
| XYZ | 3.49 | 2.57 | 14.22 | - |
| YUV | 37.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 107 | 0.92 | 0.64 | 0 | 0.58 | 221.63 | 0.84 | 0.23 |
| Hex | 9 | 27 | 6B | 5C | 40 | 0 | 3A | DE | 54 | 17 |
| Octal | 11 | 47 | 153 | 134 | 100 | 0 | 72 | 336 | 124 | 27 |
| Binary | 1001 | 100111 | 1101011 | 1011100 | 1000000 | 0 | 111010 | 11011110 | 1010100 | 10111 |
Color Harmonies of #09276B
Complementary color
Monochromatic Colors of #09276B
Black with #09276B
Text Example
Text Example
White with #09276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09276B; }
p { color: rgb(9,39,107); }
H1.HeaderClassName
{
color: #09276B;
}
.AnyTagClassName
{
color: #09276B;
}
</style>
background-color css
<style>
a { background-color: #09276B; }
a { background-color: rgb(9,39,107); }
div.DivClassName
{
background-color: #09276B;
}
.BgClassName
{
background-color: #09276B;
}
</style>
border-color css
<style>
span { border-color: #09276B; }
span { border-color: rgb(9,39,107); }
td.TdClassName
{
border-color: #09276B;
}
.TagClassName
{
border-color: #09276B;
}
</style>