Shades of Sapphire #09256F
Tints of Sapphire #09256F
RGB
CMYK
RGB Variations
Color information
#09256F (or 0x09256F) is known color: Sapphire. HEX triplet: 09, 25 and 6F. RGB value is (9,37,111). Sum of RGB (Red+Green+Blue) = 9+37+111=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #09256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09256F is #F6DA90. Grayscale: #242424. Windows color (decimal): -16177809 or 7283977. OLE color: 7283977.
HSL color Cylindrical-coordinate representation of color #09256F: hue angle of 223.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09256F is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 37 | 111 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.56 |
| HSL | 223.53º | 0.85% | 0.24% | - |
| HSV(B) | 223.53º | 0.92% | 0.44% | - |
| XYZ | 3.64 | 2.53 | 15.34 | - |
| YUV | 37.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 111 | 0.92 | 0.67 | 0 | 0.56 | 223.53 | 0.85 | 0.24 |
| Hex | 9 | 25 | 6F | 5C | 43 | 0 | 38 | E0 | 55 | 18 |
| Octal | 11 | 45 | 157 | 134 | 103 | 0 | 70 | 340 | 125 | 30 |
| Binary | 1001 | 100101 | 1101111 | 1011100 | 1000011 | 0 | 111000 | 11100000 | 1010101 | 11000 |
Color Harmonies of #09256F
Complementary color
Monochromatic Colors of #09256F
Black with #09256F
Text Example
Text Example
White with #09256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09256F; }
p { color: rgb(9,37,111); }
H1.HeaderClassName
{
color: #09256F;
}
.AnyTagClassName
{
color: #09256F;
}
</style>
background-color css
<style>
a { background-color: #09256F; }
a { background-color: rgb(9,37,111); }
div.DivClassName
{
background-color: #09256F;
}
.BgClassName
{
background-color: #09256F;
}
</style>
border-color css
<style>
span { border-color: #09256F; }
span { border-color: rgb(9,37,111); }
td.TdClassName
{
border-color: #09256F;
}
.TagClassName
{
border-color: #09256F;
}
</style>