Shades of Sapphire #001E65
Tints of Sapphire #001E65
RGB
CMYK
RGB Variations
Color information
#001E65 (or 0x001E65) is known color: Sapphire. HEX triplet: 00, 1E and 65. RGB value is (0,30,101). Sum of RGB (Red+Green+Blue) = 0+30+101=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 101 (39.84% from 255 or 77.10% from 131); Max value from RGB is 101 - color contains mainly: blue. Hex color #001E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E65 is #FFE19A. Grayscale: #1C1C1C. Windows color (decimal): -16769435 or 6626816. OLE color: 6626816.
HSL color Cylindrical-coordinate representation of color #001E65: hue angle of 222.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E65 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 30 | 101 | - |
| CMYK | 1 | 0.70 | 0 | 0.60 |
| HSL | 222.18º | 1% | 0.2% | - |
| HSV(B) | 222.18º | 1% | 0.4% | - |
| XYZ | 2.81 | 1.87 | 12.52 | - |
| YUV | 29.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 101 | 1 | 0.70 | 0 | 0.60 | 222.18 | 1 | 0.2 |
| Hex | 0 | 1E | 65 | 64 | 46 | 0 | 3C | DE | 64 | 14 |
| Octal | 0 | 36 | 145 | 144 | 106 | 0 | 74 | 336 | 144 | 24 |
| Binary | 0 | 11110 | 1100101 | 1100100 | 1000110 | 0 | 111100 | 11011110 | 1100100 | 10100 |
Color Harmonies of #001E65
Complementary color
Monochromatic Colors of #001E65
Black with #001E65
Text Example
Text Example
White with #001E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E65; }
p { color: rgb(0,30,101); }
H1.HeaderClassName
{
color: #001E65;
}
.AnyTagClassName
{
color: #001E65;
}
</style>
background-color css
<style>
a { background-color: #001E65; }
a { background-color: rgb(0,30,101); }
div.DivClassName
{
background-color: #001E65;
}
.BgClassName
{
background-color: #001E65;
}
</style>
border-color css
<style>
span { border-color: #001E65; }
span { border-color: rgb(0,30,101); }
td.TdClassName
{
border-color: #001E65;
}
.TagClassName
{
border-color: #001E65;
}
</style>