Shades of Sapphire #1A2E78
Tints of Sapphire #1A2E78
RGB
CMYK
RGB Variations
Color information
#1A2E78 (or 0x1A2E78) is known color: Sapphire. HEX triplet: 1A, 2E and 78. RGB value is (26,46,120). Sum of RGB (Red+Green+Blue) = 26+46+120=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A2E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E78 is #E5D187. Grayscale: #303030. Windows color (decimal): -15061384 or 7876122. OLE color: 7876122.
HSL color Cylindrical-coordinate representation of color #1A2E78: hue angle of 227.23º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A2E78 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 46 | 120 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.53 |
| HSL | 227.23º | 0.64% | 0.29% | - |
| HSV(B) | 227.23º | 0.78% | 0.47% | - |
| XYZ | 4.79 | 3.53 | 18.2 | - |
| YUV | 48.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 120 | 0.78 | 0.62 | 0 | 0.53 | 227.23 | 0.64 | 0.29 |
| Hex | 1A | 2E | 78 | 4E | 3E | 0 | 35 | E3 | 40 | 1D |
| Octal | 32 | 56 | 170 | 116 | 76 | 0 | 65 | 343 | 100 | 35 |
| Binary | 11010 | 101110 | 1111000 | 1001110 | 111110 | 0 | 110101 | 11100011 | 1000000 | 11101 |
Color Harmonies of #1A2E78
Complementary color
Monochromatic Colors of #1A2E78
Black with #1A2E78
Text Example
Text Example
White with #1A2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E78; }
p { color: rgb(26,46,120); }
H1.HeaderClassName
{
color: #1A2E78;
}
.AnyTagClassName
{
color: #1A2E78;
}
</style>
background-color css
<style>
a { background-color: #1A2E78; }
a { background-color: rgb(26,46,120); }
div.DivClassName
{
background-color: #1A2E78;
}
.BgClassName
{
background-color: #1A2E78;
}
</style>
border-color css
<style>
span { border-color: #1A2E78; }
span { border-color: rgb(26,46,120); }
td.TdClassName
{
border-color: #1A2E78;
}
.TagClassName
{
border-color: #1A2E78;
}
</style>