Shades of Sapphire #001F61
Tints of Sapphire #001F61
RGB
CMYK
RGB Variations
Color information
#001F61 (or 0x001F61) is known color: Sapphire. HEX triplet: 00, 1F and 61. RGB value is (0,31,97). Sum of RGB (Red+Green+Blue) = 0+31+97=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #001F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F61 is #FFE09E. Grayscale: #1C1C1C. Windows color (decimal): -16769183 or 6364928. OLE color: 6364928.
HSL color Cylindrical-coordinate representation of color #001F61: hue angle of 220.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F61 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 31 | 97 | - |
| CMYK | 1 | 0.68 | 0 | 0.62 |
| HSL | 220.82º | 1% | 0.19% | - |
| HSV(B) | 220.82º | 1% | 0.38% | - |
| XYZ | 2.65 | 1.84 | 11.53 | - |
| YUV | 29.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 97 | 1 | 0.68 | 0 | 0.62 | 220.82 | 1 | 0.19 |
| Hex | 0 | 1F | 61 | 64 | 44 | 0 | 3E | DD | 64 | 13 |
| Octal | 0 | 37 | 141 | 144 | 104 | 0 | 76 | 335 | 144 | 23 |
| Binary | 0 | 11111 | 1100001 | 1100100 | 1000100 | 0 | 111110 | 11011101 | 1100100 | 10011 |
Color Harmonies of #001F61
Complementary color
Monochromatic Colors of #001F61
Black with #001F61
Text Example
Text Example
White with #001F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F61; }
p { color: rgb(0,31,97); }
H1.HeaderClassName
{
color: #001F61;
}
.AnyTagClassName
{
color: #001F61;
}
</style>
background-color css
<style>
a { background-color: #001F61; }
a { background-color: rgb(0,31,97); }
div.DivClassName
{
background-color: #001F61;
}
.BgClassName
{
background-color: #001F61;
}
</style>
border-color css
<style>
span { border-color: #001F61; }
span { border-color: rgb(0,31,97); }
td.TdClassName
{
border-color: #001F61;
}
.TagClassName
{
border-color: #001F61;
}
</style>