Shades of Sapphire #1A2B71
Tints of Sapphire #1A2B71
RGB
CMYK
RGB Variations
Color information
#1A2B71 (or 0x1A2B71) is known color: Sapphire. HEX triplet: 1A, 2B and 71. RGB value is (26,43,113). Sum of RGB (Red+Green+Blue) = 26+43+113=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B71 is #E5D48E. Grayscale: #2D2D2D. Windows color (decimal): -15062159 or 7416602. OLE color: 7416602.
HSL color Cylindrical-coordinate representation of color #1A2B71: hue angle of 228.28º 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 #1A2B71 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 43 | 113 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.56 |
| HSL | 228.28º | 0.63% | 0.27% | - |
| HSV(B) | 228.28º | 0.77% | 0.44% | - |
| XYZ | 4.27 | 3.14 | 16 | - |
| YUV | 45.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 113 | 0.77 | 0.62 | 0 | 0.56 | 228.28 | 0.63 | 0.27 |
| Hex | 1A | 2B | 71 | 4D | 3E | 0 | 38 | E4 | 3F | 1B |
| Octal | 32 | 53 | 161 | 115 | 76 | 0 | 70 | 344 | 77 | 33 |
| Binary | 11010 | 101011 | 1110001 | 1001101 | 111110 | 0 | 111000 | 11100100 | 111111 | 11011 |
Color Harmonies of #1A2B71
Complementary color
Monochromatic Colors of #1A2B71
Black with #1A2B71
Text Example
Text Example
White with #1A2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B71; }
p { color: rgb(26,43,113); }
H1.HeaderClassName
{
color: #1A2B71;
}
.AnyTagClassName
{
color: #1A2B71;
}
</style>
background-color css
<style>
a { background-color: #1A2B71; }
a { background-color: rgb(26,43,113); }
div.DivClassName
{
background-color: #1A2B71;
}
.BgClassName
{
background-color: #1A2B71;
}
</style>
border-color css
<style>
span { border-color: #1A2B71; }
span { border-color: rgb(26,43,113); }
td.TdClassName
{
border-color: #1A2B71;
}
.TagClassName
{
border-color: #1A2B71;
}
</style>