Shades of Sapphire #1A3470
Tints of Sapphire #1A3470
RGB
CMYK
RGB Variations
Color information
#1A3470 (or 0x1A3470) is known color: Sapphire. HEX triplet: 1A, 34 and 70. RGB value is (26,52,112). Sum of RGB (Red+Green+Blue) = 26+52+112=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3470 is #E5CB8F. Grayscale: #323232. Windows color (decimal): -15059856 or 7353370. OLE color: 7353370.
HSL color Cylindrical-coordinate representation of color #1A3470: hue angle of 221.86º 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 #1A3470 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 52 | 112 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.56 |
| HSL | 221.86º | 0.62% | 0.27% | - |
| HSV(B) | 221.86º | 0.77% | 0.44% | - |
| XYZ | 4.58 | 3.85 | 15.83 | - |
| YUV | 51.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 112 | 0.77 | 0.54 | 0 | 0.56 | 221.86 | 0.62 | 0.27 |
| Hex | 1A | 34 | 70 | 4D | 36 | 0 | 38 | DE | 3E | 1B |
| Octal | 32 | 64 | 160 | 115 | 66 | 0 | 70 | 336 | 76 | 33 |
| Binary | 11010 | 110100 | 1110000 | 1001101 | 110110 | 0 | 111000 | 11011110 | 111110 | 11011 |
Color Harmonies of #1A3470
Complementary color
Monochromatic Colors of #1A3470
Black with #1A3470
Text Example
Text Example
White with #1A3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3470; }
p { color: rgb(26,52,112); }
H1.HeaderClassName
{
color: #1A3470;
}
.AnyTagClassName
{
color: #1A3470;
}
</style>
background-color css
<style>
a { background-color: #1A3470; }
a { background-color: rgb(26,52,112); }
div.DivClassName
{
background-color: #1A3470;
}
.BgClassName
{
background-color: #1A3470;
}
</style>
border-color css
<style>
span { border-color: #1A3470; }
span { border-color: rgb(26,52,112); }
td.TdClassName
{
border-color: #1A3470;
}
.TagClassName
{
border-color: #1A3470;
}
</style>