Shades of Sapphire #09245E
Tints of Sapphire #09245E
RGB
CMYK
RGB Variations
Color information
#09245E (or 0x09245E) is known color: Sapphire. HEX triplet: 09, 24 and 5E. RGB value is (9,36,94). Sum of RGB (Red+Green+Blue) = 9+36+94=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #09245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09245E is #F6DBA1. Grayscale: #222222. Windows color (decimal): -16178082 or 6169609. OLE color: 6169609.
HSL color Cylindrical-coordinate representation of color #09245E: hue angle of 220.94º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09245E is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 36 | 94 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.63 |
| HSL | 220.94º | 0.83% | 0.2% | - |
| HSV(B) | 220.94º | 0.9% | 0.37% | - |
| XYZ | 2.76 | 2.13 | 10.85 | - |
| YUV | 34.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 94 | 0.90 | 0.62 | 0 | 0.63 | 220.94 | 0.83 | 0.2 |
| Hex | 9 | 24 | 5E | 5A | 3E | 0 | 3F | DD | 53 | 14 |
| Octal | 11 | 44 | 136 | 132 | 76 | 0 | 77 | 335 | 123 | 24 |
| Binary | 1001 | 100100 | 1011110 | 1011010 | 111110 | 0 | 111111 | 11011101 | 1010011 | 10100 |
Color Harmonies of #09245E
Complementary color
Monochromatic Colors of #09245E
Black with #09245E
Text Example
Text Example
White with #09245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09245E; }
p { color: rgb(9,36,94); }
H1.HeaderClassName
{
color: #09245E;
}
.AnyTagClassName
{
color: #09245E;
}
</style>
background-color css
<style>
a { background-color: #09245E; }
a { background-color: rgb(9,36,94); }
div.DivClassName
{
background-color: #09245E;
}
.BgClassName
{
background-color: #09245E;
}
</style>
border-color css
<style>
span { border-color: #09245E; }
span { border-color: rgb(9,36,94); }
td.TdClassName
{
border-color: #09245E;
}
.TagClassName
{
border-color: #09245E;
}
</style>