Shades of Sapphire #001A81
Tints of Sapphire #001A81
RGB
CMYK
RGB Variations
Color information
#001A81 (or 0x001A81) is known color: Sapphire. HEX triplet: 00, 1A and 81. RGB value is (0,26,129). Sum of RGB (Red+Green+Blue) = 0+26+129=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #001A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A81 is #FFE57E. Grayscale: #1D1D1D. Windows color (decimal): -16770431 or 8460800. OLE color: 8460800.
HSL color Cylindrical-coordinate representation of color #001A81: hue angle of 227.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A81 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 26 | 129 | - |
| CMYK | 1 | 0.80 | 0 | 0.49 |
| HSL | 227.91º | 1% | 0.25% | - |
| HSV(B) | 227.91º | 1% | 0.51% | - |
| XYZ | 4.33 | 2.32 | 20.99 | - |
| YUV | 29.97 | 183.89 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 129 | 1 | 0.80 | 0 | 0.49 | 227.91 | 1 | 0.25 |
| Hex | 0 | 1A | 81 | 64 | 50 | 0 | 31 | E4 | 64 | 19 |
| Octal | 0 | 32 | 201 | 144 | 120 | 0 | 61 | 344 | 144 | 31 |
| Binary | 0 | 11010 | 10000001 | 1100100 | 1010000 | 0 | 110001 | 11100100 | 1100100 | 11001 |
Color Harmonies of #001A81
Complementary color
Monochromatic Colors of #001A81
Black with #001A81
Text Example
Text Example
White with #001A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A81; }
p { color: rgb(0,26,129); }
H1.HeaderClassName
{
color: #001A81;
}
.AnyTagClassName
{
color: #001A81;
}
</style>
background-color css
<style>
a { background-color: #001A81; }
a { background-color: rgb(0,26,129); }
div.DivClassName
{
background-color: #001A81;
}
.BgClassName
{
background-color: #001A81;
}
</style>
border-color css
<style>
span { border-color: #001A81; }
span { border-color: rgb(0,26,129); }
td.TdClassName
{
border-color: #001A81;
}
.TagClassName
{
border-color: #001A81;
}
</style>