Shades of Sapphire #09245B
Tints of Sapphire #09245B
RGB
CMYK
RGB Variations
Color information
#09245B (or 0x09245B) is known color: Sapphire. HEX triplet: 09, 24 and 5B. RGB value is (9,36,91). Sum of RGB (Red+Green+Blue) = 9+36+91=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #09245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09245B is #F6DBA4. Grayscale: #212121. Windows color (decimal): -16178085 or 5973001. OLE color: 5973001.
HSL color Cylindrical-coordinate representation of color #09245B: hue angle of 220.24º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09245B is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 36 | 91 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.64 |
| HSL | 220.24º | 0.82% | 0.2% | - |
| HSV(B) | 220.24º | 0.9% | 0.36% | - |
| XYZ | 2.63 | 2.08 | 10.16 | - |
| YUV | 34.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 91 | 0.90 | 0.60 | 0 | 0.64 | 220.24 | 0.82 | 0.2 |
| Hex | 9 | 24 | 5B | 5A | 3C | 0 | 40 | DC | 52 | 14 |
| Octal | 11 | 44 | 133 | 132 | 74 | 0 | 100 | 334 | 122 | 24 |
| Binary | 1001 | 100100 | 1011011 | 1011010 | 111100 | 0 | 1000000 | 11011100 | 1010010 | 10100 |
Color Harmonies of #09245B
Complementary color
Monochromatic Colors of #09245B
Black with #09245B
Text Example
Text Example
White with #09245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09245B; }
p { color: rgb(9,36,91); }
H1.HeaderClassName
{
color: #09245B;
}
.AnyTagClassName
{
color: #09245B;
}
</style>
background-color css
<style>
a { background-color: #09245B; }
a { background-color: rgb(9,36,91); }
div.DivClassName
{
background-color: #09245B;
}
.BgClassName
{
background-color: #09245B;
}
</style>
border-color css
<style>
span { border-color: #09245B; }
span { border-color: rgb(9,36,91); }
td.TdClassName
{
border-color: #09245B;
}
.TagClassName
{
border-color: #09245B;
}
</style>