Shades of Sapphire #001D6B
Tints of Sapphire #001D6B
RGB
CMYK
RGB Variations
Color information
#001D6B (or 0x001D6B) is known color: Sapphire. HEX triplet: 00, 1D and 6B. RGB value is (0,29,107). Sum of RGB (Red+Green+Blue) = 0+29+107=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #001D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D6B is #FFE294. Grayscale: #1C1C1C. Windows color (decimal): -16769685 or 7019776. OLE color: 7019776.
HSL color Cylindrical-coordinate representation of color #001D6B: hue angle of 223.74º 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 #001D6B is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 29 | 107 | - |
| CMYK | 1 | 0.73 | 0 | 0.58 |
| HSL | 223.74º | 1% | 0.21% | - |
| HSV(B) | 223.74º | 1% | 0.42% | - |
| XYZ | 3.09 | 1.94 | 14.12 | - |
| YUV | 29.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 107 | 1 | 0.73 | 0 | 0.58 | 223.74 | 1 | 0.21 |
| Hex | 0 | 1D | 6B | 64 | 49 | 0 | 3A | E0 | 64 | 15 |
| Octal | 0 | 35 | 153 | 144 | 111 | 0 | 72 | 340 | 144 | 25 |
| Binary | 0 | 11101 | 1101011 | 1100100 | 1001001 | 0 | 111010 | 11100000 | 1100100 | 10101 |
Color Harmonies of #001D6B
Complementary color
Monochromatic Colors of #001D6B
Black with #001D6B
Text Example
Text Example
White with #001D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D6B; }
p { color: rgb(0,29,107); }
H1.HeaderClassName
{
color: #001D6B;
}
.AnyTagClassName
{
color: #001D6B;
}
</style>
background-color css
<style>
a { background-color: #001D6B; }
a { background-color: rgb(0,29,107); }
div.DivClassName
{
background-color: #001D6B;
}
.BgClassName
{
background-color: #001D6B;
}
</style>
border-color css
<style>
span { border-color: #001D6B; }
span { border-color: rgb(0,29,107); }
td.TdClassName
{
border-color: #001D6B;
}
.TagClassName
{
border-color: #001D6B;
}
</style>