Shades of Resolution Blue #1A3773
Tints of Resolution Blue #1A3773
RGB
CMYK
RGB Variations
Color information
#1A3773 (or 0x1A3773) is known color: Resolution Blue. HEX triplet: 1A, 37 and 73. RGB value is (26,55,115). Sum of RGB (Red+Green+Blue) = 26+55+115=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3773 is #E5C88C. Grayscale: #343434. Windows color (decimal): -15059085 or 7550746. OLE color: 7550746.
HSL color Cylindrical-coordinate representation of color #1A3773: hue angle of 220.45º 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 #1A3773 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 55 | 115 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.55 |
| HSL | 220.45º | 0.63% | 0.28% | - |
| HSV(B) | 220.45º | 0.77% | 0.45% | - |
| XYZ | 4.89 | 4.19 | 16.77 | - |
| YUV | 53.17 | 162.89 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 115 | 0.77 | 0.52 | 0 | 0.55 | 220.45 | 0.63 | 0.28 |
| Hex | 1A | 37 | 73 | 4D | 34 | 0 | 37 | DC | 3F | 1C |
| Octal | 32 | 67 | 163 | 115 | 64 | 0 | 67 | 334 | 77 | 34 |
| Binary | 11010 | 110111 | 1110011 | 1001101 | 110100 | 0 | 110111 | 11011100 | 111111 | 11100 |
Color Harmonies of #1A3773
Complementary color
Monochromatic Colors of #1A3773
Black with #1A3773
Text Example
Text Example
White with #1A3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3773; }
p { color: rgb(26,55,115); }
H1.HeaderClassName
{
color: #1A3773;
}
.AnyTagClassName
{
color: #1A3773;
}
</style>
background-color css
<style>
a { background-color: #1A3773; }
a { background-color: rgb(26,55,115); }
div.DivClassName
{
background-color: #1A3773;
}
.BgClassName
{
background-color: #1A3773;
}
</style>
border-color css
<style>
span { border-color: #1A3773; }
span { border-color: rgb(26,55,115); }
td.TdClassName
{
border-color: #1A3773;
}
.TagClassName
{
border-color: #1A3773;
}
</style>