Shades of Sapphire #09246B
Tints of Sapphire #09246B
RGB
CMYK
RGB Variations
Color information
#09246B (or 0x09246B) is known color: Sapphire. HEX triplet: 09, 24 and 6B. RGB value is (9,36,107). Sum of RGB (Red+Green+Blue) = 9+36+107=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #09246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09246B is #F6DB94. Grayscale: #232323. Windows color (decimal): -16178069 or 7021577. OLE color: 7021577.
HSL color Cylindrical-coordinate representation of color #09246B: hue angle of 223.47º degrees, saturation: 0.84, 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 #09246B is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 36 | 107 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.58 |
| HSL | 223.47º | 0.84% | 0.23% | - |
| HSV(B) | 223.47º | 0.92% | 0.42% | - |
| XYZ | 3.4 | 2.38 | 14.19 | - |
| YUV | 36.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 107 | 0.92 | 0.66 | 0 | 0.58 | 223.47 | 0.84 | 0.23 |
| Hex | 9 | 24 | 6B | 5C | 42 | 0 | 3A | DF | 54 | 17 |
| Octal | 11 | 44 | 153 | 134 | 102 | 0 | 72 | 337 | 124 | 27 |
| Binary | 1001 | 100100 | 1101011 | 1011100 | 1000010 | 0 | 111010 | 11011111 | 1010100 | 10111 |
Color Harmonies of #09246B
Complementary color
Monochromatic Colors of #09246B
Black with #09246B
Text Example
Text Example
White with #09246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09246B; }
p { color: rgb(9,36,107); }
H1.HeaderClassName
{
color: #09246B;
}
.AnyTagClassName
{
color: #09246B;
}
</style>
background-color css
<style>
a { background-color: #09246B; }
a { background-color: rgb(9,36,107); }
div.DivClassName
{
background-color: #09246B;
}
.BgClassName
{
background-color: #09246B;
}
</style>
border-color css
<style>
span { border-color: #09246B; }
span { border-color: rgb(9,36,107); }
td.TdClassName
{
border-color: #09246B;
}
.TagClassName
{
border-color: #09246B;
}
</style>