Shades of Sapphire #001D48
Tints of Sapphire #001D48
RGB
CMYK
RGB Variations
Color information
#001D48 (or 0x001D48) is known color: Sapphire. HEX triplet: 00, 1D and 48. RGB value is (0,29,72). Sum of RGB (Red+Green+Blue) = 0+29+72=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #001D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D48 is #FFE2B7. Grayscale: #191919. Windows color (decimal): -16769720 or 4726016. OLE color: 4726016.
HSL color Cylindrical-coordinate representation of color #001D48: hue angle of 215.83º 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 #001D48 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 29 | 72 | - |
| CMYK | 1 | 0.60 | 0 | 0.72 |
| HSL | 215.83º | 1% | 0.14% | - |
| HSV(B) | 215.83º | 1% | 0.28% | - |
| XYZ | 1.61 | 1.35 | 6.31 | - |
| YUV | 25.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 72 | 1 | 0.60 | 0 | 0.72 | 215.83 | 1 | 0.14 |
| Hex | 0 | 1D | 48 | 64 | 3C | 0 | 48 | D8 | 64 | E |
| Octal | 0 | 35 | 110 | 144 | 74 | 0 | 110 | 330 | 144 | 16 |
| Binary | 0 | 11101 | 1001000 | 1100100 | 111100 | 0 | 1001000 | 11011000 | 1100100 | 1110 |
Color Harmonies of #001D48
Complementary color
Monochromatic Colors of #001D48
Black with #001D48
Text Example
Text Example
White with #001D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D48; }
p { color: rgb(0,29,72); }
H1.HeaderClassName
{
color: #001D48;
}
.AnyTagClassName
{
color: #001D48;
}
</style>
background-color css
<style>
a { background-color: #001D48; }
a { background-color: rgb(0,29,72); }
div.DivClassName
{
background-color: #001D48;
}
.BgClassName
{
background-color: #001D48;
}
</style>
border-color css
<style>
span { border-color: #001D48; }
span { border-color: rgb(0,29,72); }
td.TdClassName
{
border-color: #001D48;
}
.TagClassName
{
border-color: #001D48;
}
</style>