Shades of Sapphire #001D52
Tints of Sapphire #001D52
RGB
CMYK
RGB Variations
Color information
#001D52 (or 0x001D52) is known color: Sapphire. HEX triplet: 00, 1D and 52. RGB value is (0,29,82). Sum of RGB (Red+Green+Blue) = 0+29+82=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #001D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D52 is #FFE2AD. Grayscale: #1A1A1A. Windows color (decimal): -16769710 or 5381376. OLE color: 5381376.
HSL color Cylindrical-coordinate representation of color #001D52: hue angle of 218.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D52 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 29 | 82 | - |
| CMYK | 1 | 0.65 | 0 | 0.68 |
| HSL | 218.78º | 1% | 0.16% | - |
| HSV(B) | 218.78º | 1% | 0.32% | - |
| XYZ | 1.96 | 1.49 | 8.17 | - |
| YUV | 26.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 82 | 1 | 0.65 | 0 | 0.68 | 218.78 | 1 | 0.16 |
| Hex | 0 | 1D | 52 | 64 | 41 | 0 | 44 | DB | 64 | 10 |
| Octal | 0 | 35 | 122 | 144 | 101 | 0 | 104 | 333 | 144 | 20 |
| Binary | 0 | 11101 | 1010010 | 1100100 | 1000001 | 0 | 1000100 | 11011011 | 1100100 | 10000 |
Color Harmonies of #001D52
Complementary color
Monochromatic Colors of #001D52
Black with #001D52
Text Example
Text Example
White with #001D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D52; }
p { color: rgb(0,29,82); }
H1.HeaderClassName
{
color: #001D52;
}
.AnyTagClassName
{
color: #001D52;
}
</style>
background-color css
<style>
a { background-color: #001D52; }
a { background-color: rgb(0,29,82); }
div.DivClassName
{
background-color: #001D52;
}
.BgClassName
{
background-color: #001D52;
}
</style>
border-color css
<style>
span { border-color: #001D52; }
span { border-color: rgb(0,29,82); }
td.TdClassName
{
border-color: #001D52;
}
.TagClassName
{
border-color: #001D52;
}
</style>