Shades of Sapphire #001E5E
Tints of Sapphire #001E5E
RGB
CMYK
RGB Variations
Color information
#001E5E (or 0x001E5E) is known color: Sapphire. HEX triplet: 00, 1E and 5E. RGB value is (0,30,94). Sum of RGB (Red+Green+Blue) = 0+30+94=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #001E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E5E is #FFE1A1. Grayscale: #1C1C1C. Windows color (decimal): -16769442 or 6168064. OLE color: 6168064.
HSL color Cylindrical-coordinate representation of color #001E5E: hue angle of 220.85º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E5E is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 30 | 94 | - |
| CMYK | 1 | 0.68 | 0 | 0.63 |
| HSL | 220.85º | 1% | 0.18% | - |
| HSV(B) | 220.85º | 1% | 0.37% | - |
| XYZ | 2.48 | 1.74 | 10.79 | - |
| YUV | 28.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 94 | 1 | 0.68 | 0 | 0.63 | 220.85 | 1 | 0.18 |
| Hex | 0 | 1E | 5E | 64 | 44 | 0 | 3F | DD | 64 | 12 |
| Octal | 0 | 36 | 136 | 144 | 104 | 0 | 77 | 335 | 144 | 22 |
| Binary | 0 | 11110 | 1011110 | 1100100 | 1000100 | 0 | 111111 | 11011101 | 1100100 | 10010 |
Color Harmonies of #001E5E
Complementary color
Monochromatic Colors of #001E5E
Black with #001E5E
Text Example
Text Example
White with #001E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E5E; }
p { color: rgb(0,30,94); }
H1.HeaderClassName
{
color: #001E5E;
}
.AnyTagClassName
{
color: #001E5E;
}
</style>
background-color css
<style>
a { background-color: #001E5E; }
a { background-color: rgb(0,30,94); }
div.DivClassName
{
background-color: #001E5E;
}
.BgClassName
{
background-color: #001E5E;
}
</style>
border-color css
<style>
span { border-color: #001E5E; }
span { border-color: rgb(0,30,94); }
td.TdClassName
{
border-color: #001E5E;
}
.TagClassName
{
border-color: #001E5E;
}
</style>