Shades of Sapphire #1A2D70
Tints of Sapphire #1A2D70
RGB
CMYK
RGB Variations
Color information
#1A2D70 (or 0x1A2D70) is known color: Sapphire. HEX triplet: 1A, 2D and 70. RGB value is (26,45,112). Sum of RGB (Red+Green+Blue) = 26+45+112=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A2D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2D70 is #E5D28F. Grayscale: #2E2E2E. Windows color (decimal): -15061648 or 7351578. OLE color: 7351578.
HSL color Cylindrical-coordinate representation of color #1A2D70: hue angle of 226.74º 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 #1A2D70 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 45 | 112 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.56 |
| HSL | 226.74º | 0.62% | 0.27% | - |
| HSV(B) | 226.74º | 0.77% | 0.44% | - |
| XYZ | 4.29 | 3.27 | 15.73 | - |
| YUV | 46.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 112 | 0.77 | 0.60 | 0 | 0.56 | 226.74 | 0.62 | 0.27 |
| Hex | 1A | 2D | 70 | 4D | 3C | 0 | 38 | E3 | 3E | 1B |
| Octal | 32 | 55 | 160 | 115 | 74 | 0 | 70 | 343 | 76 | 33 |
| Binary | 11010 | 101101 | 1110000 | 1001101 | 111100 | 0 | 111000 | 11100011 | 111110 | 11011 |
Color Harmonies of #1A2D70
Complementary color
Monochromatic Colors of #1A2D70
Black with #1A2D70
Text Example
Text Example
White with #1A2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D70; }
p { color: rgb(26,45,112); }
H1.HeaderClassName
{
color: #1A2D70;
}
.AnyTagClassName
{
color: #1A2D70;
}
</style>
background-color css
<style>
a { background-color: #1A2D70; }
a { background-color: rgb(26,45,112); }
div.DivClassName
{
background-color: #1A2D70;
}
.BgClassName
{
background-color: #1A2D70;
}
</style>
border-color css
<style>
span { border-color: #1A2D70; }
span { border-color: rgb(26,45,112); }
td.TdClassName
{
border-color: #1A2D70;
}
.TagClassName
{
border-color: #1A2D70;
}
</style>