Shades of Sapphire #001D72
Tints of Sapphire #001D72
RGB
CMYK
RGB Variations
Color information
#001D72 (or 0x001D72) is known color: Sapphire. HEX triplet: 00, 1D and 72. RGB value is (0,29,114). Sum of RGB (Red+Green+Blue) = 0+29+114=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #001D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D72 is #FFE28D. Grayscale: #1D1D1D. Windows color (decimal): -16769678 or 7478528. OLE color: 7478528.
HSL color Cylindrical-coordinate representation of color #001D72: hue angle of 224.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D72 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 29 | 114 | - |
| CMYK | 1 | 0.75 | 0 | 0.55 |
| HSL | 224.74º | 1% | 0.22% | - |
| HSV(B) | 224.74º | 1% | 0.45% | - |
| XYZ | 3.48 | 2.09 | 16.14 | - |
| YUV | 30.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 114 | 1 | 0.75 | 0 | 0.55 | 224.74 | 1 | 0.22 |
| Hex | 0 | 1D | 72 | 64 | 4B | 0 | 37 | E1 | 64 | 16 |
| Octal | 0 | 35 | 162 | 144 | 113 | 0 | 67 | 341 | 144 | 26 |
| Binary | 0 | 11101 | 1110010 | 1100100 | 1001011 | 0 | 110111 | 11100001 | 1100100 | 10110 |
Color Harmonies of #001D72
Complementary color
Monochromatic Colors of #001D72
Black with #001D72
Text Example
Text Example
White with #001D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D72; }
p { color: rgb(0,29,114); }
H1.HeaderClassName
{
color: #001D72;
}
.AnyTagClassName
{
color: #001D72;
}
</style>
background-color css
<style>
a { background-color: #001D72; }
a { background-color: rgb(0,29,114); }
div.DivClassName
{
background-color: #001D72;
}
.BgClassName
{
background-color: #001D72;
}
</style>
border-color css
<style>
span { border-color: #001D72; }
span { border-color: rgb(0,29,114); }
td.TdClassName
{
border-color: #001D72;
}
.TagClassName
{
border-color: #001D72;
}
</style>