Shades of Sapphire #1A3173
Tints of Sapphire #1A3173
RGB
CMYK
RGB Variations
Color information
#1A3173 (or 0x1A3173) is known color: Sapphire. HEX triplet: 1A, 31 and 73. RGB value is (26,49,115). Sum of RGB (Red+Green+Blue) = 26+49+115=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3173 is #E5CE8C. Grayscale: #313131. Windows color (decimal): -15060621 or 7549210. OLE color: 7549210.
HSL color Cylindrical-coordinate representation of color #1A3173: hue angle of 224.49º 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 #1A3173 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 49 | 115 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.55 |
| HSL | 224.49º | 0.63% | 0.28% | - |
| HSV(B) | 224.49º | 0.77% | 0.45% | - |
| XYZ | 4.62 | 3.65 | 16.68 | - |
| YUV | 49.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 115 | 0.77 | 0.57 | 0 | 0.55 | 224.49 | 0.63 | 0.28 |
| Hex | 1A | 31 | 73 | 4D | 39 | 0 | 37 | E0 | 3F | 1C |
| Octal | 32 | 61 | 163 | 115 | 71 | 0 | 67 | 340 | 77 | 34 |
| Binary | 11010 | 110001 | 1110011 | 1001101 | 111001 | 0 | 110111 | 11100000 | 111111 | 11100 |
Color Harmonies of #1A3173
Complementary color
Monochromatic Colors of #1A3173
Black with #1A3173
Text Example
Text Example
White with #1A3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3173; }
p { color: rgb(26,49,115); }
H1.HeaderClassName
{
color: #1A3173;
}
.AnyTagClassName
{
color: #1A3173;
}
</style>
background-color css
<style>
a { background-color: #1A3173; }
a { background-color: rgb(26,49,115); }
div.DivClassName
{
background-color: #1A3173;
}
.BgClassName
{
background-color: #1A3173;
}
</style>
border-color css
<style>
span { border-color: #1A3173; }
span { border-color: rgb(26,49,115); }
td.TdClassName
{
border-color: #1A3173;
}
.TagClassName
{
border-color: #1A3173;
}
</style>