Shades of Sapphire #001F7C
Tints of Sapphire #001F7C
RGB
CMYK
RGB Variations
Color information
#001F7C (or 0x001F7C) is known color: Sapphire. HEX triplet: 00, 1F and 7C. RGB value is (0,31,124). Sum of RGB (Red+Green+Blue) = 0+31+124=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #001F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F7C is #FFE083. Grayscale: #1F1F1F. Windows color (decimal): -16769156 or 8134400. OLE color: 8134400.
HSL color Cylindrical-coordinate representation of color #001F7C: hue angle of 225º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F7C is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 31 | 124 | - |
| CMYK | 1 | 0.75 | 0 | 0.51 |
| HSL | 225º | 1% | 0.24% | - |
| HSV(B) | 225º | 1% | 0.49% | - |
| XYZ | 4.13 | 2.44 | 19.32 | - |
| YUV | 32.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 124 | 1 | 0.75 | 0 | 0.51 | 225 | 1 | 0.24 |
| Hex | 0 | 1F | 7C | 64 | 4B | 0 | 33 | E1 | 64 | 18 |
| Octal | 0 | 37 | 174 | 144 | 113 | 0 | 63 | 341 | 144 | 30 |
| Binary | 0 | 11111 | 1111100 | 1100100 | 1001011 | 0 | 110011 | 11100001 | 1100100 | 11000 |
Color Harmonies of #001F7C
Complementary color
Monochromatic Colors of #001F7C
Black with #001F7C
Text Example
Text Example
White with #001F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F7C; }
p { color: rgb(0,31,124); }
H1.HeaderClassName
{
color: #001F7C;
}
.AnyTagClassName
{
color: #001F7C;
}
</style>
background-color css
<style>
a { background-color: #001F7C; }
a { background-color: rgb(0,31,124); }
div.DivClassName
{
background-color: #001F7C;
}
.BgClassName
{
background-color: #001F7C;
}
</style>
border-color css
<style>
span { border-color: #001F7C; }
span { border-color: rgb(0,31,124); }
td.TdClassName
{
border-color: #001F7C;
}
.TagClassName
{
border-color: #001F7C;
}
</style>