Shades of Sapphire #1A3771
Tints of Sapphire #1A3771
RGB
CMYK
RGB Variations
Color information
#1A3771 (or 0x1A3771) is known color: Sapphire. HEX triplet: 1A, 37 and 71. RGB value is (26,55,113). Sum of RGB (Red+Green+Blue) = 26+55+113=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A3771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3771 is #E5C88E. Grayscale: #343434. Windows color (decimal): -15059087 or 7419674. OLE color: 7419674.
HSL color Cylindrical-coordinate representation of color #1A3771: hue angle of 220º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3771 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 55 | 113 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.56 |
| HSL | 220º | 0.63% | 0.27% | - |
| HSV(B) | 220º | 0.77% | 0.44% | - |
| XYZ | 4.77 | 4.14 | 16.17 | - |
| YUV | 52.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 113 | 0.77 | 0.51 | 0 | 0.56 | 220 | 0.63 | 0.27 |
| Hex | 1A | 37 | 71 | 4D | 33 | 0 | 38 | DC | 3F | 1B |
| Octal | 32 | 67 | 161 | 115 | 63 | 0 | 70 | 334 | 77 | 33 |
| Binary | 11010 | 110111 | 1110001 | 1001101 | 110011 | 0 | 111000 | 11011100 | 111111 | 11011 |
Color Harmonies of #1A3771
Complementary color
Monochromatic Colors of #1A3771
Black with #1A3771
Text Example
Text Example
White with #1A3771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3771; }
p { color: rgb(26,55,113); }
H1.HeaderClassName
{
color: #1A3771;
}
.AnyTagClassName
{
color: #1A3771;
}
</style>
background-color css
<style>
a { background-color: #1A3771; }
a { background-color: rgb(26,55,113); }
div.DivClassName
{
background-color: #1A3771;
}
.BgClassName
{
background-color: #1A3771;
}
</style>
border-color css
<style>
span { border-color: #1A3771; }
span { border-color: rgb(26,55,113); }
td.TdClassName
{
border-color: #1A3771;
}
.TagClassName
{
border-color: #1A3771;
}
</style>