Shades of Sapphire #001F54
Tints of Sapphire #001F54
RGB
CMYK
RGB Variations
Color information
#001F54 (or 0x001F54) is known color: Sapphire. HEX triplet: 00, 1F and 54. RGB value is (0,31,84). Sum of RGB (Red+Green+Blue) = 0+31+84=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #001F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F54 is #FFE0AB. Grayscale: #1B1B1B. Windows color (decimal): -16769196 or 5512960. OLE color: 5512960.
HSL color Cylindrical-coordinate representation of color #001F54: hue angle of 217.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F54 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 31 | 84 | - |
| CMYK | 1 | 0.63 | 0 | 0.67 |
| HSL | 217.86º | 1% | 0.16% | - |
| HSV(B) | 217.86º | 1% | 0.33% | - |
| XYZ | 2.09 | 1.62 | 8.59 | - |
| YUV | 27.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 84 | 1 | 0.63 | 0 | 0.67 | 217.86 | 1 | 0.16 |
| Hex | 0 | 1F | 54 | 64 | 3F | 0 | 43 | DA | 64 | 10 |
| Octal | 0 | 37 | 124 | 144 | 77 | 0 | 103 | 332 | 144 | 20 |
| Binary | 0 | 11111 | 1010100 | 1100100 | 111111 | 0 | 1000011 | 11011010 | 1100100 | 10000 |
Color Harmonies of #001F54
Complementary color
Monochromatic Colors of #001F54
Black with #001F54
Text Example
Text Example
White with #001F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F54; }
p { color: rgb(0,31,84); }
H1.HeaderClassName
{
color: #001F54;
}
.AnyTagClassName
{
color: #001F54;
}
</style>
background-color css
<style>
a { background-color: #001F54; }
a { background-color: rgb(0,31,84); }
div.DivClassName
{
background-color: #001F54;
}
.BgClassName
{
background-color: #001F54;
}
</style>
border-color css
<style>
span { border-color: #001F54; }
span { border-color: rgb(0,31,84); }
td.TdClassName
{
border-color: #001F54;
}
.TagClassName
{
border-color: #001F54;
}
</style>