Shades of Sapphire #09246C
Tints of Sapphire #09246C
RGB
CMYK
RGB Variations
Color information
#09246C (or 0x09246C) is known color: Sapphire. HEX triplet: 09, 24 and 6C. RGB value is (9,36,108). Sum of RGB (Red+Green+Blue) = 9+36+108=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #09246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09246C is #F6DB93. Grayscale: #232323. Windows color (decimal): -16178068 or 7087113. OLE color: 7087113.
HSL color Cylindrical-coordinate representation of color #09246C: hue angle of 223.64º degrees, saturation: 0.85, 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 #09246C is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 36 | 108 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.58 |
| HSL | 223.64º | 0.85% | 0.23% | - |
| HSV(B) | 223.64º | 0.92% | 0.42% | - |
| XYZ | 3.45 | 2.4 | 14.47 | - |
| YUV | 36.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 108 | 0.92 | 0.67 | 0 | 0.58 | 223.64 | 0.85 | 0.23 |
| Hex | 9 | 24 | 6C | 5C | 43 | 0 | 3A | E0 | 55 | 17 |
| Octal | 11 | 44 | 154 | 134 | 103 | 0 | 72 | 340 | 125 | 27 |
| Binary | 1001 | 100100 | 1101100 | 1011100 | 1000011 | 0 | 111010 | 11100000 | 1010101 | 10111 |
Color Harmonies of #09246C
Complementary color
Monochromatic Colors of #09246C
Black with #09246C
Text Example
Text Example
White with #09246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09246C; }
p { color: rgb(9,36,108); }
H1.HeaderClassName
{
color: #09246C;
}
.AnyTagClassName
{
color: #09246C;
}
</style>
background-color css
<style>
a { background-color: #09246C; }
a { background-color: rgb(9,36,108); }
div.DivClassName
{
background-color: #09246C;
}
.BgClassName
{
background-color: #09246C;
}
</style>
border-color css
<style>
span { border-color: #09246C; }
span { border-color: rgb(9,36,108); }
td.TdClassName
{
border-color: #09246C;
}
.TagClassName
{
border-color: #09246C;
}
</style>