Shades of Sapphire #1A3772
Tints of Sapphire #1A3772
RGB
CMYK
RGB Variations
Color information
#1A3772 (or 0x1A3772) is known color: Sapphire. HEX triplet: 1A, 37 and 72. RGB value is (26,55,114). Sum of RGB (Red+Green+Blue) = 26+55+114=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3772 is #E5C88D. Grayscale: #343434. Windows color (decimal): -15059086 or 7485210. OLE color: 7485210.
HSL color Cylindrical-coordinate representation of color #1A3772: hue angle of 220.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3772 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 55 | 114 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.55 |
| HSL | 220.23º | 0.63% | 0.27% | - |
| HSV(B) | 220.23º | 0.77% | 0.45% | - |
| XYZ | 4.83 | 4.17 | 16.47 | - |
| YUV | 53.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 114 | 0.77 | 0.52 | 0 | 0.55 | 220.23 | 0.63 | 0.27 |
| Hex | 1A | 37 | 72 | 4D | 34 | 0 | 37 | DC | 3F | 1B |
| Octal | 32 | 67 | 162 | 115 | 64 | 0 | 67 | 334 | 77 | 33 |
| Binary | 11010 | 110111 | 1110010 | 1001101 | 110100 | 0 | 110111 | 11011100 | 111111 | 11011 |
Color Harmonies of #1A3772
Complementary color
Monochromatic Colors of #1A3772
Black with #1A3772
Text Example
Text Example
White with #1A3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3772; }
p { color: rgb(26,55,114); }
H1.HeaderClassName
{
color: #1A3772;
}
.AnyTagClassName
{
color: #1A3772;
}
</style>
background-color css
<style>
a { background-color: #1A3772; }
a { background-color: rgb(26,55,114); }
div.DivClassName
{
background-color: #1A3772;
}
.BgClassName
{
background-color: #1A3772;
}
</style>
border-color css
<style>
span { border-color: #1A3772; }
span { border-color: rgb(26,55,114); }
td.TdClassName
{
border-color: #1A3772;
}
.TagClassName
{
border-color: #1A3772;
}
</style>