Shades of Sapphire #1A2B70
Tints of Sapphire #1A2B70
RGB
CMYK
RGB Variations
Color information
#1A2B70 (or 0x1A2B70) is known color: Sapphire. HEX triplet: 1A, 2B and 70. RGB value is (26,43,112). Sum of RGB (Red+Green+Blue) = 26+43+112=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A2B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B70 is #E5D48F. Grayscale: #2D2D2D. Windows color (decimal): -15062160 or 7351066. OLE color: 7351066.
HSL color Cylindrical-coordinate representation of color #1A2B70: hue angle of 228.14º degrees, saturation: 0.62, 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 #1A2B70 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 43 | 112 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.56 |
| HSL | 228.14º | 0.62% | 0.27% | - |
| HSV(B) | 228.14º | 0.77% | 0.44% | - |
| XYZ | 4.21 | 3.12 | 15.71 | - |
| YUV | 45.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 112 | 0.77 | 0.62 | 0 | 0.56 | 228.14 | 0.62 | 0.27 |
| Hex | 1A | 2B | 70 | 4D | 3E | 0 | 38 | E4 | 3E | 1B |
| Octal | 32 | 53 | 160 | 115 | 76 | 0 | 70 | 344 | 76 | 33 |
| Binary | 11010 | 101011 | 1110000 | 1001101 | 111110 | 0 | 111000 | 11100100 | 111110 | 11011 |
Color Harmonies of #1A2B70
Complementary color
Monochromatic Colors of #1A2B70
Black with #1A2B70
Text Example
Text Example
White with #1A2B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B70; }
p { color: rgb(26,43,112); }
H1.HeaderClassName
{
color: #1A2B70;
}
.AnyTagClassName
{
color: #1A2B70;
}
</style>
background-color css
<style>
a { background-color: #1A2B70; }
a { background-color: rgb(26,43,112); }
div.DivClassName
{
background-color: #1A2B70;
}
.BgClassName
{
background-color: #1A2B70;
}
</style>
border-color css
<style>
span { border-color: #1A2B70; }
span { border-color: rgb(26,43,112); }
td.TdClassName
{
border-color: #1A2B70;
}
.TagClassName
{
border-color: #1A2B70;
}
</style>