Shades of Sapphire #09255B
Tints of Sapphire #09255B
RGB
CMYK
RGB Variations
Color information
#09255B (or 0x09255B) is known color: Sapphire. HEX triplet: 09, 25 and 5B. RGB value is (9,37,91). Sum of RGB (Red+Green+Blue) = 9+37+91=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #09255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09255B is #F6DAA4. Grayscale: #222222. Windows color (decimal): -16177829 or 5973257. OLE color: 5973257.
HSL color Cylindrical-coordinate representation of color #09255B: hue angle of 219.51º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09255B is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 37 | 91 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.64 |
| HSL | 219.51º | 0.82% | 0.2% | - |
| HSV(B) | 219.51º | 0.9% | 0.36% | - |
| XYZ | 2.66 | 2.14 | 10.17 | - |
| YUV | 34.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 91 | 0.90 | 0.59 | 0 | 0.64 | 219.51 | 0.82 | 0.2 |
| Hex | 9 | 25 | 5B | 5A | 3B | 0 | 40 | DC | 52 | 14 |
| Octal | 11 | 45 | 133 | 132 | 73 | 0 | 100 | 334 | 122 | 24 |
| Binary | 1001 | 100101 | 1011011 | 1011010 | 111011 | 0 | 1000000 | 11011100 | 1010010 | 10100 |
Color Harmonies of #09255B
Complementary color
Monochromatic Colors of #09255B
Black with #09255B
Text Example
Text Example
White with #09255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09255B; }
p { color: rgb(9,37,91); }
H1.HeaderClassName
{
color: #09255B;
}
.AnyTagClassName
{
color: #09255B;
}
</style>
background-color css
<style>
a { background-color: #09255B; }
a { background-color: rgb(9,37,91); }
div.DivClassName
{
background-color: #09255B;
}
.BgClassName
{
background-color: #09255B;
}
</style>
border-color css
<style>
span { border-color: #09255B; }
span { border-color: rgb(9,37,91); }
td.TdClassName
{
border-color: #09255B;
}
.TagClassName
{
border-color: #09255B;
}
</style>