Shades of Sapphire #001A76
Tints of Sapphire #001A76
RGB
CMYK
RGB Variations
Color information
#001A76 (or 0x001A76) is known color: Sapphire. HEX triplet: 00, 1A and 76. RGB value is (0,26,118). Sum of RGB (Red+Green+Blue) = 0+26+118=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #001A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A76 is #FFE589. Grayscale: #1C1C1C. Windows color (decimal): -16770442 or 7739904. OLE color: 7739904.
HSL color Cylindrical-coordinate representation of color #001A76: hue angle of 226.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A76 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 26 | 118 | - |
| CMYK | 1 | 0.78 | 0 | 0.54 |
| HSL | 226.78º | 1% | 0.23% | - |
| HSV(B) | 226.78º | 1% | 0.46% | - |
| XYZ | 3.64 | 2.05 | 17.34 | - |
| YUV | 28.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 118 | 1 | 0.78 | 0 | 0.54 | 226.78 | 1 | 0.23 |
| Hex | 0 | 1A | 76 | 64 | 4E | 0 | 36 | E3 | 64 | 17 |
| Octal | 0 | 32 | 166 | 144 | 116 | 0 | 66 | 343 | 144 | 27 |
| Binary | 0 | 11010 | 1110110 | 1100100 | 1001110 | 0 | 110110 | 11100011 | 1100100 | 10111 |
Color Harmonies of #001A76
Complementary color
Monochromatic Colors of #001A76
Black with #001A76
Text Example
Text Example
White with #001A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A76; }
p { color: rgb(0,26,118); }
H1.HeaderClassName
{
color: #001A76;
}
.AnyTagClassName
{
color: #001A76;
}
</style>
background-color css
<style>
a { background-color: #001A76; }
a { background-color: rgb(0,26,118); }
div.DivClassName
{
background-color: #001A76;
}
.BgClassName
{
background-color: #001A76;
}
</style>
border-color css
<style>
span { border-color: #001A76; }
span { border-color: rgb(0,26,118); }
td.TdClassName
{
border-color: #001A76;
}
.TagClassName
{
border-color: #001A76;
}
</style>