Shades of Sapphire #09285D
Tints of Sapphire #09285D
RGB
CMYK
RGB Variations
Color information
#09285D (or 0x09285D) is known color: Sapphire. HEX triplet: 09, 28 and 5D. RGB value is (9,40,93). Sum of RGB (Red+Green+Blue) = 9+40+93=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #09285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09285D is #F6D7A2. Grayscale: #242424. Windows color (decimal): -16177059 or 6105097. OLE color: 6105097.
HSL color Cylindrical-coordinate representation of color #09285D: hue angle of 217.86º 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 #09285D is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 40 | 93 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.64 |
| HSL | 217.86º | 0.82% | 0.2% | - |
| HSV(B) | 217.86º | 0.9% | 0.36% | - |
| XYZ | 2.85 | 2.37 | 10.66 | - |
| YUV | 36.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 93 | 0.90 | 0.57 | 0 | 0.64 | 217.86 | 0.82 | 0.2 |
| Hex | 9 | 28 | 5D | 5A | 39 | 0 | 40 | DA | 52 | 14 |
| Octal | 11 | 50 | 135 | 132 | 71 | 0 | 100 | 332 | 122 | 24 |
| Binary | 1001 | 101000 | 1011101 | 1011010 | 111001 | 0 | 1000000 | 11011010 | 1010010 | 10100 |
Color Harmonies of #09285D
Complementary color
Monochromatic Colors of #09285D
Black with #09285D
Text Example
Text Example
White with #09285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09285D; }
p { color: rgb(9,40,93); }
H1.HeaderClassName
{
color: #09285D;
}
.AnyTagClassName
{
color: #09285D;
}
</style>
background-color css
<style>
a { background-color: #09285D; }
a { background-color: rgb(9,40,93); }
div.DivClassName
{
background-color: #09285D;
}
.BgClassName
{
background-color: #09285D;
}
</style>
border-color css
<style>
span { border-color: #09285D; }
span { border-color: rgb(9,40,93); }
td.TdClassName
{
border-color: #09285D;
}
.TagClassName
{
border-color: #09285D;
}
</style>