Shades of Sapphire #001F48
Tints of Sapphire #001F48
RGB
CMYK
RGB Variations
Color information
#001F48 (or 0x001F48) is known color: Sapphire. HEX triplet: 00, 1F and 48. RGB value is (0,31,72). Sum of RGB (Red+Green+Blue) = 0+31+72=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #001F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F48 is #FFE0B7. Grayscale: #1A1A1A. Windows color (decimal): -16769208 or 4726528. OLE color: 4726528.
HSL color Cylindrical-coordinate representation of color #001F48: hue angle of 214.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F48 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 31 | 72 | - |
| CMYK | 1 | 0.57 | 0 | 0.72 |
| HSL | 214.17º | 1% | 0.14% | - |
| HSV(B) | 214.17º | 1% | 0.28% | - |
| XYZ | 1.66 | 1.45 | 6.32 | - |
| YUV | 26.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 72 | 1 | 0.57 | 0 | 0.72 | 214.17 | 1 | 0.14 |
| Hex | 0 | 1F | 48 | 64 | 39 | 0 | 48 | D6 | 64 | E |
| Octal | 0 | 37 | 110 | 144 | 71 | 0 | 110 | 326 | 144 | 16 |
| Binary | 0 | 11111 | 1001000 | 1100100 | 111001 | 0 | 1001000 | 11010110 | 1100100 | 1110 |
Color Harmonies of #001F48
Complementary color
Monochromatic Colors of #001F48
Black with #001F48
Text Example
Text Example
White with #001F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F48; }
p { color: rgb(0,31,72); }
H1.HeaderClassName
{
color: #001F48;
}
.AnyTagClassName
{
color: #001F48;
}
</style>
background-color css
<style>
a { background-color: #001F48; }
a { background-color: rgb(0,31,72); }
div.DivClassName
{
background-color: #001F48;
}
.BgClassName
{
background-color: #001F48;
}
</style>
border-color css
<style>
span { border-color: #001F48; }
span { border-color: rgb(0,31,72); }
td.TdClassName
{
border-color: #001F48;
}
.TagClassName
{
border-color: #001F48;
}
</style>