Shades of Resolution Blue #1A3775
Tints of Resolution Blue #1A3775
RGB
CMYK
RGB Variations
Color information
#1A3775 (or 0x1A3775) is known color: Resolution Blue. HEX triplet: 1A, 37 and 75. RGB value is (26,55,117). Sum of RGB (Red+Green+Blue) = 26+55+117=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A3775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3775 is #E5C88A. Grayscale: #353535. Windows color (decimal): -15059083 or 7681818. OLE color: 7681818.
HSL color Cylindrical-coordinate representation of color #1A3775: hue angle of 220.88º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A3775 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 55 | 117 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.54 |
| HSL | 220.88º | 0.64% | 0.28% | - |
| HSV(B) | 220.88º | 0.78% | 0.46% | - |
| XYZ | 5 | 4.24 | 17.38 | - |
| YUV | 53.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 117 | 0.78 | 0.53 | 0 | 0.54 | 220.88 | 0.64 | 0.28 |
| Hex | 1A | 37 | 75 | 4E | 35 | 0 | 36 | DD | 40 | 1C |
| Octal | 32 | 67 | 165 | 116 | 65 | 0 | 66 | 335 | 100 | 34 |
| Binary | 11010 | 110111 | 1110101 | 1001110 | 110101 | 0 | 110110 | 11011101 | 1000000 | 11100 |
Color Harmonies of #1A3775
Complementary color
Monochromatic Colors of #1A3775
Black with #1A3775
Text Example
Text Example
White with #1A3775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3775; }
p { color: rgb(26,55,117); }
H1.HeaderClassName
{
color: #1A3775;
}
.AnyTagClassName
{
color: #1A3775;
}
</style>
background-color css
<style>
a { background-color: #1A3775; }
a { background-color: rgb(26,55,117); }
div.DivClassName
{
background-color: #1A3775;
}
.BgClassName
{
background-color: #1A3775;
}
</style>
border-color css
<style>
span { border-color: #1A3775; }
span { border-color: rgb(26,55,117); }
td.TdClassName
{
border-color: #1A3775;
}
.TagClassName
{
border-color: #1A3775;
}
</style>