Shades of Sapphire #09245D
Tints of Sapphire #09245D
RGB
CMYK
RGB Variations
Color information
#09245D (or 0x09245D) is known color: Sapphire. HEX triplet: 09, 24 and 5D. RGB value is (9,36,93). Sum of RGB (Red+Green+Blue) = 9+36+93=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #09245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09245D is #F6DBA2. Grayscale: #222222. Windows color (decimal): -16178083 or 6104073. OLE color: 6104073.
HSL color Cylindrical-coordinate representation of color #09245D: hue angle of 220.71º 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 #09245D is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 36 | 93 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.64 |
| HSL | 220.71º | 0.82% | 0.2% | - |
| HSV(B) | 220.71º | 0.9% | 0.36% | - |
| XYZ | 2.72 | 2.11 | 10.62 | - |
| YUV | 34.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 93 | 0.90 | 0.61 | 0 | 0.64 | 220.71 | 0.82 | 0.2 |
| Hex | 9 | 24 | 5D | 5A | 3D | 0 | 40 | DD | 52 | 14 |
| Octal | 11 | 44 | 135 | 132 | 75 | 0 | 100 | 335 | 122 | 24 |
| Binary | 1001 | 100100 | 1011101 | 1011010 | 111101 | 0 | 1000000 | 11011101 | 1010010 | 10100 |
Color Harmonies of #09245D
Complementary color
Monochromatic Colors of #09245D
Black with #09245D
Text Example
Text Example
White with #09245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09245D; }
p { color: rgb(9,36,93); }
H1.HeaderClassName
{
color: #09245D;
}
.AnyTagClassName
{
color: #09245D;
}
</style>
background-color css
<style>
a { background-color: #09245D; }
a { background-color: rgb(9,36,93); }
div.DivClassName
{
background-color: #09245D;
}
.BgClassName
{
background-color: #09245D;
}
</style>
border-color css
<style>
span { border-color: #09245D; }
span { border-color: rgb(9,36,93); }
td.TdClassName
{
border-color: #09245D;
}
.TagClassName
{
border-color: #09245D;
}
</style>