Shades of Resolution Blue #1A3477
Tints of Resolution Blue #1A3477
RGB
CMYK
RGB Variations
Color information
#1A3477 (or 0x1A3477) is known color: Resolution Blue. HEX triplet: 1A, 34 and 77. RGB value is (26,52,119). Sum of RGB (Red+Green+Blue) = 26+52+119=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3477 is #E5CB88. Grayscale: #333333. Windows color (decimal): -15059849 or 7812122. OLE color: 7812122.
HSL color Cylindrical-coordinate representation of color #1A3477: hue angle of 223.23º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A3477 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 52 | 119 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.53 |
| HSL | 223.23º | 0.64% | 0.28% | - |
| HSV(B) | 223.23º | 0.78% | 0.47% | - |
| XYZ | 4.98 | 4.01 | 17.96 | - |
| YUV | 51.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 119 | 0.78 | 0.56 | 0 | 0.53 | 223.23 | 0.64 | 0.28 |
| Hex | 1A | 34 | 77 | 4E | 38 | 0 | 35 | DF | 40 | 1C |
| Octal | 32 | 64 | 167 | 116 | 70 | 0 | 65 | 337 | 100 | 34 |
| Binary | 11010 | 110100 | 1110111 | 1001110 | 111000 | 0 | 110101 | 11011111 | 1000000 | 11100 |
Color Harmonies of #1A3477
Complementary color
Monochromatic Colors of #1A3477
Black with #1A3477
Text Example
Text Example
White with #1A3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3477; }
p { color: rgb(26,52,119); }
H1.HeaderClassName
{
color: #1A3477;
}
.AnyTagClassName
{
color: #1A3477;
}
</style>
background-color css
<style>
a { background-color: #1A3477; }
a { background-color: rgb(26,52,119); }
div.DivClassName
{
background-color: #1A3477;
}
.BgClassName
{
background-color: #1A3477;
}
</style>
border-color css
<style>
span { border-color: #1A3477; }
span { border-color: rgb(26,52,119); }
td.TdClassName
{
border-color: #1A3477;
}
.TagClassName
{
border-color: #1A3477;
}
</style>