Shades of Resolution Blue #1A3682
Tints of Resolution Blue #1A3682
RGB
CMYK
RGB Variations
Color information
#1A3682 (or 0x1A3682) is known color: Resolution Blue. HEX triplet: 1A, 36 and 82. RGB value is (26,54,130). Sum of RGB (Red+Green+Blue) = 26+54+130=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3682 is #E5C97D. Grayscale: #353535. Windows color (decimal): -15059326 or 8533530. OLE color: 8533530.
HSL color Cylindrical-coordinate representation of color #1A3682: hue angle of 223.85º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A3682 is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 54 | 130 | - |
| CMYK | 0.8 | 0.58 | 0 | 0.49 |
| HSL | 223.85º | 0.67% | 0.31% | - |
| HSV(B) | 223.85º | 0.8% | 0.51% | - |
| XYZ | 5.77 | 4.47 | 21.68 | - |
| YUV | 54.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 130 | 0.8 | 0.58 | 0 | 0.49 | 223.85 | 0.67 | 0.31 |
| Hex | 1A | 36 | 82 | 50 | 3A | 0 | 31 | E0 | 43 | 1F |
| Octal | 32 | 66 | 202 | 120 | 72 | 0 | 61 | 340 | 103 | 37 |
| Binary | 11010 | 110110 | 10000010 | 1010000 | 111010 | 0 | 110001 | 11100000 | 1000011 | 11111 |
Color Harmonies of #1A3682
Complementary color
Monochromatic Colors of #1A3682
Black with #1A3682
Text Example
Text Example
White with #1A3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3682; }
p { color: rgb(26,54,130); }
H1.HeaderClassName
{
color: #1A3682;
}
.AnyTagClassName
{
color: #1A3682;
}
</style>
background-color css
<style>
a { background-color: #1A3682; }
a { background-color: rgb(26,54,130); }
div.DivClassName
{
background-color: #1A3682;
}
.BgClassName
{
background-color: #1A3682;
}
</style>
border-color css
<style>
span { border-color: #1A3682; }
span { border-color: rgb(26,54,130); }
td.TdClassName
{
border-color: #1A3682;
}
.TagClassName
{
border-color: #1A3682;
}
</style>