Shades of Sapphire #011A4E
Tints of Sapphire #011A4E
RGB
CMYK
RGB Variations
Color information
#011A4E (or 0x011A4E) is known color: Sapphire. HEX triplet: 01, 1A and 4E. RGB value is (1,26,78). Sum of RGB (Red+Green+Blue) = 1+26+78=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #011A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A4E is #FEE5B1. Grayscale: #181818. Windows color (decimal): -16704946 or 5118465. OLE color: 5118465.
HSL color Cylindrical-coordinate representation of color #011A4E: hue angle of 220.52º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A4E is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 26 | 78 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.69 |
| HSL | 220.52º | 0.97% | 0.15% | - |
| HSV(B) | 220.52º | 0.99% | 0.31% | - |
| XYZ | 1.76 | 1.3 | 7.37 | - |
| YUV | 24.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 78 | 0.99 | 0.67 | 0 | 0.69 | 220.52 | 0.97 | 0.15 |
| Hex | 1 | 1A | 4E | 63 | 43 | 0 | 45 | DD | 61 | F |
| Octal | 1 | 32 | 116 | 143 | 103 | 0 | 105 | 335 | 141 | 17 |
| Binary | 1 | 11010 | 1001110 | 1100011 | 1000011 | 0 | 1000101 | 11011101 | 1100001 | 1111 |
Color Harmonies of #011A4E
Complementary color
Monochromatic Colors of #011A4E
Black with #011A4E
Text Example
Text Example
White with #011A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A4E; }
p { color: rgb(1,26,78); }
H1.HeaderClassName
{
color: #011A4E;
}
.AnyTagClassName
{
color: #011A4E;
}
</style>
background-color css
<style>
a { background-color: #011A4E; }
a { background-color: rgb(1,26,78); }
div.DivClassName
{
background-color: #011A4E;
}
.BgClassName
{
background-color: #011A4E;
}
</style>
border-color css
<style>
span { border-color: #011A4E; }
span { border-color: rgb(1,26,78); }
td.TdClassName
{
border-color: #011A4E;
}
.TagClassName
{
border-color: #011A4E;
}
</style>