Shades of Sapphire #001D6C
Tints of Sapphire #001D6C
RGB
CMYK
RGB Variations
Color information
#001D6C (or 0x001D6C) is known color: Sapphire. HEX triplet: 00, 1D and 6C. RGB value is (0,29,108). Sum of RGB (Red+Green+Blue) = 0+29+108=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #001D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D6C is #FFE293. Grayscale: #1C1C1C. Windows color (decimal): -16769684 or 7085312. OLE color: 7085312.
HSL color Cylindrical-coordinate representation of color #001D6C: hue angle of 223.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D6C is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 29 | 108 | - |
| CMYK | 1 | 0.73 | 0 | 0.58 |
| HSL | 223.89º | 1% | 0.21% | - |
| HSV(B) | 223.89º | 1% | 0.42% | - |
| XYZ | 3.15 | 1.96 | 14.4 | - |
| YUV | 29.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 108 | 1 | 0.73 | 0 | 0.58 | 223.89 | 1 | 0.21 |
| Hex | 0 | 1D | 6C | 64 | 49 | 0 | 3A | E0 | 64 | 15 |
| Octal | 0 | 35 | 154 | 144 | 111 | 0 | 72 | 340 | 144 | 25 |
| Binary | 0 | 11101 | 1101100 | 1100100 | 1001001 | 0 | 111010 | 11100000 | 1100100 | 10101 |
Color Harmonies of #001D6C
Complementary color
Monochromatic Colors of #001D6C
Black with #001D6C
Text Example
Text Example
White with #001D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D6C; }
p { color: rgb(0,29,108); }
H1.HeaderClassName
{
color: #001D6C;
}
.AnyTagClassName
{
color: #001D6C;
}
</style>
background-color css
<style>
a { background-color: #001D6C; }
a { background-color: rgb(0,29,108); }
div.DivClassName
{
background-color: #001D6C;
}
.BgClassName
{
background-color: #001D6C;
}
</style>
border-color css
<style>
span { border-color: #001D6C; }
span { border-color: rgb(0,29,108); }
td.TdClassName
{
border-color: #001D6C;
}
.TagClassName
{
border-color: #001D6C;
}
</style>