Shades of Sapphire #09247A
Tints of Sapphire #09247A
RGB
CMYK
RGB Variations
Color information
#09247A (or 0x09247A) is known color: Sapphire. HEX triplet: 09, 24 and 7A. RGB value is (9,36,122). Sum of RGB (Red+Green+Blue) = 9+36+122=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #09247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09247A is #F6DB85. Grayscale: #252525. Windows color (decimal): -16178054 or 8004617. OLE color: 8004617.
HSL color Cylindrical-coordinate representation of color #09247A: hue angle of 225.66º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09247A is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 36 | 122 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.52 |
| HSL | 225.66º | 0.86% | 0.26% | - |
| HSV(B) | 225.66º | 0.93% | 0.48% | - |
| XYZ | 4.26 | 2.72 | 18.71 | - |
| YUV | 37.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 122 | 0.93 | 0.70 | 0 | 0.52 | 225.66 | 0.86 | 0.26 |
| Hex | 9 | 24 | 7A | 5D | 46 | 0 | 34 | E2 | 56 | 1A |
| Octal | 11 | 44 | 172 | 135 | 106 | 0 | 64 | 342 | 126 | 32 |
| Binary | 1001 | 100100 | 1111010 | 1011101 | 1000110 | 0 | 110100 | 11100010 | 1010110 | 11010 |
Color Harmonies of #09247A
Complementary color
Monochromatic Colors of #09247A
Black with #09247A
Text Example
Text Example
White with #09247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09247A; }
p { color: rgb(9,36,122); }
H1.HeaderClassName
{
color: #09247A;
}
.AnyTagClassName
{
color: #09247A;
}
</style>
background-color css
<style>
a { background-color: #09247A; }
a { background-color: rgb(9,36,122); }
div.DivClassName
{
background-color: #09247A;
}
.BgClassName
{
background-color: #09247A;
}
</style>
border-color css
<style>
span { border-color: #09247A; }
span { border-color: rgb(9,36,122); }
td.TdClassName
{
border-color: #09247A;
}
.TagClassName
{
border-color: #09247A;
}
</style>