Shades of Sapphire #09256B
Tints of Sapphire #09256B
RGB
CMYK
RGB Variations
Color information
#09256B (or 0x09256B) is known color: Sapphire. HEX triplet: 09, 25 and 6B. RGB value is (9,37,107). Sum of RGB (Red+Green+Blue) = 9+37+107=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #09256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09256B is #F6DA94. Grayscale: #242424. Windows color (decimal): -16177813 or 7021833. OLE color: 7021833.
HSL color Cylindrical-coordinate representation of color #09256B: hue angle of 222.86º 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 #09256B is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 37 | 107 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.58 |
| HSL | 222.86º | 0.84% | 0.23% | - |
| HSV(B) | 222.86º | 0.92% | 0.42% | - |
| XYZ | 3.43 | 2.44 | 14.2 | - |
| YUV | 36.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 107 | 0.92 | 0.65 | 0 | 0.58 | 222.86 | 0.84 | 0.23 |
| Hex | 9 | 25 | 6B | 5C | 41 | 0 | 3A | DF | 54 | 17 |
| Octal | 11 | 45 | 153 | 134 | 101 | 0 | 72 | 337 | 124 | 27 |
| Binary | 1001 | 100101 | 1101011 | 1011100 | 1000001 | 0 | 111010 | 11011111 | 1010100 | 10111 |
Color Harmonies of #09256B
Complementary color
Monochromatic Colors of #09256B
Black with #09256B
Text Example
Text Example
White with #09256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09256B; }
p { color: rgb(9,37,107); }
H1.HeaderClassName
{
color: #09256B;
}
.AnyTagClassName
{
color: #09256B;
}
</style>
background-color css
<style>
a { background-color: #09256B; }
a { background-color: rgb(9,37,107); }
div.DivClassName
{
background-color: #09256B;
}
.BgClassName
{
background-color: #09256B;
}
</style>
border-color css
<style>
span { border-color: #09256B; }
span { border-color: rgb(9,37,107); }
td.TdClassName
{
border-color: #09256B;
}
.TagClassName
{
border-color: #09256B;
}
</style>