Shades of Sapphire #001F5E
Tints of Sapphire #001F5E
RGB
CMYK
RGB Variations
Color information
#001F5E (or 0x001F5E) is known color: Sapphire. HEX triplet: 00, 1F and 5E. RGB value is (0,31,94). Sum of RGB (Red+Green+Blue) = 0+31+94=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #001F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F5E is #FFE0A1. Grayscale: #1C1C1C. Windows color (decimal): -16769186 or 6168320. OLE color: 6168320.
HSL color Cylindrical-coordinate representation of color #001F5E: hue angle of 220.21º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F5E is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 31 | 94 | - |
| CMYK | 1 | 0.67 | 0 | 0.63 |
| HSL | 220.21º | 1% | 0.18% | - |
| HSV(B) | 220.21º | 1% | 0.37% | - |
| XYZ | 2.51 | 1.79 | 10.8 | - |
| YUV | 28.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 94 | 1 | 0.67 | 0 | 0.63 | 220.21 | 1 | 0.18 |
| Hex | 0 | 1F | 5E | 64 | 43 | 0 | 3F | DC | 64 | 12 |
| Octal | 0 | 37 | 136 | 144 | 103 | 0 | 77 | 334 | 144 | 22 |
| Binary | 0 | 11111 | 1011110 | 1100100 | 1000011 | 0 | 111111 | 11011100 | 1100100 | 10010 |
Color Harmonies of #001F5E
Complementary color
Monochromatic Colors of #001F5E
Black with #001F5E
Text Example
Text Example
White with #001F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F5E; }
p { color: rgb(0,31,94); }
H1.HeaderClassName
{
color: #001F5E;
}
.AnyTagClassName
{
color: #001F5E;
}
</style>
background-color css
<style>
a { background-color: #001F5E; }
a { background-color: rgb(0,31,94); }
div.DivClassName
{
background-color: #001F5E;
}
.BgClassName
{
background-color: #001F5E;
}
</style>
border-color css
<style>
span { border-color: #001F5E; }
span { border-color: rgb(0,31,94); }
td.TdClassName
{
border-color: #001F5E;
}
.TagClassName
{
border-color: #001F5E;
}
</style>