Shades of Sapphire #09244E
Tints of Sapphire #09244E
RGB
CMYK
RGB Variations
Color information
#09244E (or 0x09244E) is known color: Sapphire. HEX triplet: 09, 24 and 4E. RGB value is (9,36,78). Sum of RGB (Red+Green+Blue) = 9+36+78=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #09244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09244E is #F6DBB1. Grayscale: #202020. Windows color (decimal): -16178098 or 5121033. OLE color: 5121033.
HSL color Cylindrical-coordinate representation of color #09244E: hue angle of 216.52º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09244E is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 36 | 78 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.69 |
| HSL | 216.52º | 0.79% | 0.17% | - |
| HSV(B) | 216.52º | 0.88% | 0.31% | - |
| XYZ | 2.12 | 1.87 | 7.46 | - |
| YUV | 32.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 78 | 0.88 | 0.54 | 0 | 0.69 | 216.52 | 0.79 | 0.17 |
| Hex | 9 | 24 | 4E | 58 | 36 | 0 | 45 | D9 | 4F | 11 |
| Octal | 11 | 44 | 116 | 130 | 66 | 0 | 105 | 331 | 117 | 21 |
| Binary | 1001 | 100100 | 1001110 | 1011000 | 110110 | 0 | 1000101 | 11011001 | 1001111 | 10001 |
Color Harmonies of #09244E
Complementary color
Monochromatic Colors of #09244E
Black with #09244E
Text Example
Text Example
White with #09244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09244E; }
p { color: rgb(9,36,78); }
H1.HeaderClassName
{
color: #09244E;
}
.AnyTagClassName
{
color: #09244E;
}
</style>
background-color css
<style>
a { background-color: #09244E; }
a { background-color: rgb(9,36,78); }
div.DivClassName
{
background-color: #09244E;
}
.BgClassName
{
background-color: #09244E;
}
</style>
border-color css
<style>
span { border-color: #09244E; }
span { border-color: rgb(9,36,78); }
td.TdClassName
{
border-color: #09244E;
}
.TagClassName
{
border-color: #09244E;
}
</style>