Shades of Sapphire #001F59
Tints of Sapphire #001F59
RGB
CMYK
RGB Variations
Color information
#001F59 (or 0x001F59) is known color: Sapphire. HEX triplet: 00, 1F and 59. RGB value is (0,31,89). Sum of RGB (Red+Green+Blue) = 0+31+89=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #001F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F59 is #FFE0A6. Grayscale: #1C1C1C. Windows color (decimal): -16769191 or 5840640. OLE color: 5840640.
HSL color Cylindrical-coordinate representation of color #001F59: hue angle of 219.1º 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 #001F59 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 31 | 89 | - |
| CMYK | 1 | 0.65 | 0 | 0.65 |
| HSL | 219.1º | 1% | 0.17% | - |
| HSV(B) | 219.1º | 1% | 0.35% | - |
| XYZ | 2.29 | 1.7 | 9.66 | - |
| YUV | 28.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 89 | 1 | 0.65 | 0 | 0.65 | 219.1 | 1 | 0.17 |
| Hex | 0 | 1F | 59 | 64 | 41 | 0 | 41 | DB | 64 | 11 |
| Octal | 0 | 37 | 131 | 144 | 101 | 0 | 101 | 333 | 144 | 21 |
| Binary | 0 | 11111 | 1011001 | 1100100 | 1000001 | 0 | 1000001 | 11011011 | 1100100 | 10001 |
Color Harmonies of #001F59
Complementary color
Monochromatic Colors of #001F59
Black with #001F59
Text Example
Text Example
White with #001F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F59; }
p { color: rgb(0,31,89); }
H1.HeaderClassName
{
color: #001F59;
}
.AnyTagClassName
{
color: #001F59;
}
</style>
background-color css
<style>
a { background-color: #001F59; }
a { background-color: rgb(0,31,89); }
div.DivClassName
{
background-color: #001F59;
}
.BgClassName
{
background-color: #001F59;
}
</style>
border-color css
<style>
span { border-color: #001F59; }
span { border-color: rgb(0,31,89); }
td.TdClassName
{
border-color: #001F59;
}
.TagClassName
{
border-color: #001F59;
}
</style>