Shades of Sapphire #1A2F78
Tints of Sapphire #1A2F78
RGB
CMYK
RGB Variations
Color information
#1A2F78 (or 0x1A2F78) is known color: Sapphire. HEX triplet: 1A, 2F and 78. RGB value is (26,47,120). Sum of RGB (Red+Green+Blue) = 26+47+120=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A2F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2F78 is #E5D087. Grayscale: #303030. Windows color (decimal): -15061128 or 7876378. OLE color: 7876378.
HSL color Cylindrical-coordinate representation of color #1A2F78: hue angle of 226.6º 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 #1A2F78 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 47 | 120 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.53 |
| HSL | 226.6º | 0.64% | 0.29% | - |
| HSV(B) | 226.6º | 0.78% | 0.47% | - |
| XYZ | 4.83 | 3.61 | 18.21 | - |
| YUV | 49.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 120 | 0.78 | 0.61 | 0 | 0.53 | 226.6 | 0.64 | 0.29 |
| Hex | 1A | 2F | 78 | 4E | 3D | 0 | 35 | E3 | 40 | 1D |
| Octal | 32 | 57 | 170 | 116 | 75 | 0 | 65 | 343 | 100 | 35 |
| Binary | 11010 | 101111 | 1111000 | 1001110 | 111101 | 0 | 110101 | 11100011 | 1000000 | 11101 |
Color Harmonies of #1A2F78
Complementary color
Monochromatic Colors of #1A2F78
Black with #1A2F78
Text Example
Text Example
White with #1A2F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F78; }
p { color: rgb(26,47,120); }
H1.HeaderClassName
{
color: #1A2F78;
}
.AnyTagClassName
{
color: #1A2F78;
}
</style>
background-color css
<style>
a { background-color: #1A2F78; }
a { background-color: rgb(26,47,120); }
div.DivClassName
{
background-color: #1A2F78;
}
.BgClassName
{
background-color: #1A2F78;
}
</style>
border-color css
<style>
span { border-color: #1A2F78; }
span { border-color: rgb(26,47,120); }
td.TdClassName
{
border-color: #1A2F78;
}
.TagClassName
{
border-color: #1A2F78;
}
</style>