Shades of Sapphire #002459
Tints of Sapphire #002459
RGB
CMYK
RGB Variations
Color information
#002459 (or 0x002459) is known color: Sapphire. HEX triplet: 00, 24 and 59. RGB value is (0,36,89). Sum of RGB (Red+Green+Blue) = 0+36+89=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #002459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002459 is #FFDBA6. Grayscale: #1F1F1F. Windows color (decimal): -16767911 or 5841920. OLE color: 5841920.
HSL color Cylindrical-coordinate representation of color #002459: hue angle of 215.73º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002459 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 36 | 89 | - |
| CMYK | 1 | 0.60 | 0 | 0.65 |
| HSL | 215.73º | 1% | 0.17% | - |
| HSV(B) | 215.73º | 1% | 0.35% | - |
| XYZ | 2.43 | 1.98 | 9.71 | - |
| YUV | 31.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 89 | 1 | 0.60 | 0 | 0.65 | 215.73 | 1 | 0.17 |
| Hex | 0 | 24 | 59 | 64 | 3C | 0 | 41 | D8 | 64 | 11 |
| Octal | 0 | 44 | 131 | 144 | 74 | 0 | 101 | 330 | 144 | 21 |
| Binary | 0 | 100100 | 1011001 | 1100100 | 111100 | 0 | 1000001 | 11011000 | 1100100 | 10001 |
Color Harmonies of #002459
Complementary color
Monochromatic Colors of #002459
Black with #002459
Text Example
Text Example
White with #002459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002459; }
p { color: rgb(0,36,89); }
H1.HeaderClassName
{
color: #002459;
}
.AnyTagClassName
{
color: #002459;
}
</style>
background-color css
<style>
a { background-color: #002459; }
a { background-color: rgb(0,36,89); }
div.DivClassName
{
background-color: #002459;
}
.BgClassName
{
background-color: #002459;
}
</style>
border-color css
<style>
span { border-color: #002459; }
span { border-color: rgb(0,36,89); }
td.TdClassName
{
border-color: #002459;
}
.TagClassName
{
border-color: #002459;
}
</style>