Shades of Sapphire #001E58
Tints of Sapphire #001E58
RGB
CMYK
RGB Variations
Color information
#001E58 (or 0x001E58) is known color: Sapphire. HEX triplet: 00, 1E and 58. RGB value is (0,30,88). Sum of RGB (Red+Green+Blue) = 0+30+88=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #001E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E58 is #FFE1A7. Grayscale: #1B1B1B. Windows color (decimal): -16769448 or 5774848. OLE color: 5774848.
HSL color Cylindrical-coordinate representation of color #001E58: hue angle of 219.55º 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 #001E58 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 30 | 88 | - |
| CMYK | 1 | 0.66 | 0 | 0.65 |
| HSL | 219.55º | 1% | 0.17% | - |
| HSV(B) | 219.55º | 1% | 0.35% | - |
| XYZ | 2.23 | 1.63 | 9.43 | - |
| YUV | 27.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 88 | 1 | 0.66 | 0 | 0.65 | 219.55 | 1 | 0.17 |
| Hex | 0 | 1E | 58 | 64 | 42 | 0 | 41 | DC | 64 | 11 |
| Octal | 0 | 36 | 130 | 144 | 102 | 0 | 101 | 334 | 144 | 21 |
| Binary | 0 | 11110 | 1011000 | 1100100 | 1000010 | 0 | 1000001 | 11011100 | 1100100 | 10001 |
Color Harmonies of #001E58
Complementary color
Monochromatic Colors of #001E58
Black with #001E58
Text Example
Text Example
White with #001E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E58; }
p { color: rgb(0,30,88); }
H1.HeaderClassName
{
color: #001E58;
}
.AnyTagClassName
{
color: #001E58;
}
</style>
background-color css
<style>
a { background-color: #001E58; }
a { background-color: rgb(0,30,88); }
div.DivClassName
{
background-color: #001E58;
}
.BgClassName
{
background-color: #001E58;
}
</style>
border-color css
<style>
span { border-color: #001E58; }
span { border-color: rgb(0,30,88); }
td.TdClassName
{
border-color: #001E58;
}
.TagClassName
{
border-color: #001E58;
}
</style>