Shades of Sapphire #001F4A
Tints of Sapphire #001F4A
RGB
CMYK
RGB Variations
Color information
#001F4A (or 0x001F4A) is known color: Sapphire. HEX triplet: 00, 1F and 4A. RGB value is (0,31,74). Sum of RGB (Red+Green+Blue) = 0+31+74=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #001F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F4A is #FFE0B5. Grayscale: #1A1A1A. Windows color (decimal): -16769206 or 4857600. OLE color: 4857600.
HSL color Cylindrical-coordinate representation of color #001F4A: hue angle of 214.86º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F4A is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 31 | 74 | - |
| CMYK | 1 | 0.58 | 0 | 0.71 |
| HSL | 214.86º | 1% | 0.15% | - |
| HSV(B) | 214.86º | 1% | 0.29% | - |
| XYZ | 1.73 | 1.47 | 6.67 | - |
| YUV | 26.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 74 | 1 | 0.58 | 0 | 0.71 | 214.86 | 1 | 0.15 |
| Hex | 0 | 1F | 4A | 64 | 3A | 0 | 47 | D7 | 64 | F |
| Octal | 0 | 37 | 112 | 144 | 72 | 0 | 107 | 327 | 144 | 17 |
| Binary | 0 | 11111 | 1001010 | 1100100 | 111010 | 0 | 1000111 | 11010111 | 1100100 | 1111 |
Color Harmonies of #001F4A
Complementary color
Monochromatic Colors of #001F4A
Black with #001F4A
Text Example
Text Example
White with #001F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F4A; }
p { color: rgb(0,31,74); }
H1.HeaderClassName
{
color: #001F4A;
}
.AnyTagClassName
{
color: #001F4A;
}
</style>
background-color css
<style>
a { background-color: #001F4A; }
a { background-color: rgb(0,31,74); }
div.DivClassName
{
background-color: #001F4A;
}
.BgClassName
{
background-color: #001F4A;
}
</style>
border-color css
<style>
span { border-color: #001F4A; }
span { border-color: rgb(0,31,74); }
td.TdClassName
{
border-color: #001F4A;
}
.TagClassName
{
border-color: #001F4A;
}
</style>