Shades of Sapphire #001D58
Tints of Sapphire #001D58
RGB
CMYK
RGB Variations
Color information
#001D58 (or 0x001D58) is known color: Sapphire. HEX triplet: 00, 1D and 58. RGB value is (0,29,88). Sum of RGB (Red+Green+Blue) = 0+29+88=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #001D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D58 is #FFE2A7. Grayscale: #1A1A1A. Windows color (decimal): -16769704 or 5774592. OLE color: 5774592.
HSL color Cylindrical-coordinate representation of color #001D58: hue angle of 220.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D58 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 29 | 88 | - |
| CMYK | 1 | 0.67 | 0 | 0.65 |
| HSL | 220.23º | 1% | 0.17% | - |
| HSV(B) | 220.23º | 1% | 0.35% | - |
| XYZ | 2.2 | 1.58 | 9.42 | - |
| YUV | 27.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 88 | 1 | 0.67 | 0 | 0.65 | 220.23 | 1 | 0.17 |
| Hex | 0 | 1D | 58 | 64 | 43 | 0 | 41 | DC | 64 | 11 |
| Octal | 0 | 35 | 130 | 144 | 103 | 0 | 101 | 334 | 144 | 21 |
| Binary | 0 | 11101 | 1011000 | 1100100 | 1000011 | 0 | 1000001 | 11011100 | 1100100 | 10001 |
Color Harmonies of #001D58
Complementary color
Monochromatic Colors of #001D58
Black with #001D58
Text Example
Text Example
White with #001D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D58; }
p { color: rgb(0,29,88); }
H1.HeaderClassName
{
color: #001D58;
}
.AnyTagClassName
{
color: #001D58;
}
</style>
background-color css
<style>
a { background-color: #001D58; }
a { background-color: rgb(0,29,88); }
div.DivClassName
{
background-color: #001D58;
}
.BgClassName
{
background-color: #001D58;
}
</style>
border-color css
<style>
span { border-color: #001D58; }
span { border-color: rgb(0,29,88); }
td.TdClassName
{
border-color: #001D58;
}
.TagClassName
{
border-color: #001D58;
}
</style>