Shades of Sapphire #001F46
Tints of Sapphire #001F46
RGB
CMYK
RGB Variations
Color information
#001F46 (or 0x001F46) is known color: Sapphire. HEX triplet: 00, 1F and 46. RGB value is (0,31,70). Sum of RGB (Red+Green+Blue) = 0+31+70=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #001F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F46 is #FFE0B9. Grayscale: #191919. Windows color (decimal): -16769210 or 4595456. OLE color: 4595456.
HSL color Cylindrical-coordinate representation of color #001F46: hue angle of 213.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F46 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 31 | 70 | - |
| CMYK | 1 | 0.56 | 0 | 0.73 |
| HSL | 213.43º | 1% | 0.14% | - |
| HSV(B) | 213.43º | 1% | 0.27% | - |
| XYZ | 1.6 | 1.42 | 5.98 | - |
| YUV | 26.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 70 | 1 | 0.56 | 0 | 0.73 | 213.43 | 1 | 0.14 |
| Hex | 0 | 1F | 46 | 64 | 38 | 0 | 49 | D5 | 64 | E |
| Octal | 0 | 37 | 106 | 144 | 70 | 0 | 111 | 325 | 144 | 16 |
| Binary | 0 | 11111 | 1000110 | 1100100 | 111000 | 0 | 1001001 | 11010101 | 1100100 | 1110 |
Color Harmonies of #001F46
Complementary color
Monochromatic Colors of #001F46
Black with #001F46
Text Example
Text Example
White with #001F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F46; }
p { color: rgb(0,31,70); }
H1.HeaderClassName
{
color: #001F46;
}
.AnyTagClassName
{
color: #001F46;
}
</style>
background-color css
<style>
a { background-color: #001F46; }
a { background-color: rgb(0,31,70); }
div.DivClassName
{
background-color: #001F46;
}
.BgClassName
{
background-color: #001F46;
}
</style>
border-color css
<style>
span { border-color: #001F46; }
span { border-color: rgb(0,31,70); }
td.TdClassName
{
border-color: #001F46;
}
.TagClassName
{
border-color: #001F46;
}
</style>