Shades of Sapphire #1A3273
Tints of Sapphire #1A3273
RGB
CMYK
RGB Variations
Color information
#1A3273 (or 0x1A3273) is known color: Sapphire. HEX triplet: 1A, 32 and 73. RGB value is (26,50,115). Sum of RGB (Red+Green+Blue) = 26+50+115=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3273 is #E5CD8C. Grayscale: #313131. Windows color (decimal): -15060365 or 7549466. OLE color: 7549466.
HSL color Cylindrical-coordinate representation of color #1A3273: hue angle of 223.82º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3273 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 50 | 115 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.55 |
| HSL | 223.82º | 0.63% | 0.28% | - |
| HSV(B) | 223.82º | 0.77% | 0.45% | - |
| XYZ | 4.66 | 3.74 | 16.7 | - |
| YUV | 50.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 115 | 0.77 | 0.57 | 0 | 0.55 | 223.82 | 0.63 | 0.28 |
| Hex | 1A | 32 | 73 | 4D | 39 | 0 | 37 | E0 | 3F | 1C |
| Octal | 32 | 62 | 163 | 115 | 71 | 0 | 67 | 340 | 77 | 34 |
| Binary | 11010 | 110010 | 1110011 | 1001101 | 111001 | 0 | 110111 | 11100000 | 111111 | 11100 |
Color Harmonies of #1A3273
Complementary color
Monochromatic Colors of #1A3273
Black with #1A3273
Text Example
Text Example
White with #1A3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3273; }
p { color: rgb(26,50,115); }
H1.HeaderClassName
{
color: #1A3273;
}
.AnyTagClassName
{
color: #1A3273;
}
</style>
background-color css
<style>
a { background-color: #1A3273; }
a { background-color: rgb(26,50,115); }
div.DivClassName
{
background-color: #1A3273;
}
.BgClassName
{
background-color: #1A3273;
}
</style>
border-color css
<style>
span { border-color: #1A3273; }
span { border-color: rgb(26,50,115); }
td.TdClassName
{
border-color: #1A3273;
}
.TagClassName
{
border-color: #1A3273;
}
</style>