Shades of Sapphire #1A2F70
Tints of Sapphire #1A2F70
RGB
CMYK
RGB Variations
Color information
#1A2F70 (or 0x1A2F70) is known color: Sapphire. HEX triplet: 1A, 2F and 70. RGB value is (26,47,112). Sum of RGB (Red+Green+Blue) = 26+47+112=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A2F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2F70 is #E5D08F. Grayscale: #2F2F2F. Windows color (decimal): -15061136 or 7352090. OLE color: 7352090.
HSL color Cylindrical-coordinate representation of color #1A2F70: hue angle of 225.35º 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 #1A2F70 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 47 | 112 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.56 |
| HSL | 225.35º | 0.62% | 0.27% | - |
| HSV(B) | 225.35º | 0.77% | 0.44% | - |
| XYZ | 4.37 | 3.42 | 15.76 | - |
| YUV | 48.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 112 | 0.77 | 0.58 | 0 | 0.56 | 225.35 | 0.62 | 0.27 |
| Hex | 1A | 2F | 70 | 4D | 3A | 0 | 38 | E1 | 3E | 1B |
| Octal | 32 | 57 | 160 | 115 | 72 | 0 | 70 | 341 | 76 | 33 |
| Binary | 11010 | 101111 | 1110000 | 1001101 | 111010 | 0 | 111000 | 11100001 | 111110 | 11011 |
Color Harmonies of #1A2F70
Complementary color
Monochromatic Colors of #1A2F70
Black with #1A2F70
Text Example
Text Example
White with #1A2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F70; }
p { color: rgb(26,47,112); }
H1.HeaderClassName
{
color: #1A2F70;
}
.AnyTagClassName
{
color: #1A2F70;
}
</style>
background-color css
<style>
a { background-color: #1A2F70; }
a { background-color: rgb(26,47,112); }
div.DivClassName
{
background-color: #1A2F70;
}
.BgClassName
{
background-color: #1A2F70;
}
</style>
border-color css
<style>
span { border-color: #1A2F70; }
span { border-color: rgb(26,47,112); }
td.TdClassName
{
border-color: #1A2F70;
}
.TagClassName
{
border-color: #1A2F70;
}
</style>