Shades of Sapphire #001F71
Tints of Sapphire #001F71
RGB
CMYK
RGB Variations
Color information
#001F71 (or 0x001F71) is known color: Sapphire. HEX triplet: 00, 1F and 71. RGB value is (0,31,113). Sum of RGB (Red+Green+Blue) = 0+31+113=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 113 (44.53% from 255 or 78.47% from 144); Max value from RGB is 113 - color contains mainly: blue. Hex color #001F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F71 is #FFE08E. Grayscale: #1E1E1E. Windows color (decimal): -16769167 or 7413504. OLE color: 7413504.
HSL color Cylindrical-coordinate representation of color #001F71: hue angle of 223.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F71 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 31 | 113 | - |
| CMYK | 1 | 0.73 | 0 | 0.56 |
| HSL | 223.54º | 1% | 0.22% | - |
| HSV(B) | 223.54º | 1% | 0.44% | - |
| XYZ | 3.47 | 2.17 | 15.86 | - |
| YUV | 31.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 113 | 1 | 0.73 | 0 | 0.56 | 223.54 | 1 | 0.22 |
| Hex | 0 | 1F | 71 | 64 | 49 | 0 | 38 | E0 | 64 | 16 |
| Octal | 0 | 37 | 161 | 144 | 111 | 0 | 70 | 340 | 144 | 26 |
| Binary | 0 | 11111 | 1110001 | 1100100 | 1001001 | 0 | 111000 | 11100000 | 1100100 | 10110 |
Color Harmonies of #001F71
Complementary color
Monochromatic Colors of #001F71
Black with #001F71
Text Example
Text Example
White with #001F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F71; }
p { color: rgb(0,31,113); }
H1.HeaderClassName
{
color: #001F71;
}
.AnyTagClassName
{
color: #001F71;
}
</style>
background-color css
<style>
a { background-color: #001F71; }
a { background-color: rgb(0,31,113); }
div.DivClassName
{
background-color: #001F71;
}
.BgClassName
{
background-color: #001F71;
}
</style>
border-color css
<style>
span { border-color: #001F71; }
span { border-color: rgb(0,31,113); }
td.TdClassName
{
border-color: #001F71;
}
.TagClassName
{
border-color: #001F71;
}
</style>