Shades of Resolution Blue #1A2E83
Tints of Resolution Blue #1A2E83
RGB
CMYK
RGB Variations
Color information
#1A2E83 (or 0x1A2E83) is known color: Resolution Blue. HEX triplet: 1A, 2E and 83. RGB value is (26,46,131). Sum of RGB (Red+Green+Blue) = 26+46+131=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A2E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2E83 is #E5D17C. Grayscale: #313131. Windows color (decimal): -15061373 or 8597018. OLE color: 8597018.
HSL color Cylindrical-coordinate representation of color #1A2E83: hue angle of 228.57º 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 #1A2E83 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 46 | 131 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.49 |
| HSL | 228.57º | 0.67% | 0.31% | - |
| HSV(B) | 228.57º | 0.8% | 0.51% | - |
| XYZ | 5.5 | 3.81 | 21.92 | - |
| YUV | 49.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 131 | 0.80 | 0.65 | 0 | 0.49 | 228.57 | 0.67 | 0.31 |
| Hex | 1A | 2E | 83 | 50 | 41 | 0 | 31 | E5 | 43 | 1F |
| Octal | 32 | 56 | 203 | 120 | 101 | 0 | 61 | 345 | 103 | 37 |
| Binary | 11010 | 101110 | 10000011 | 1010000 | 1000001 | 0 | 110001 | 11100101 | 1000011 | 11111 |
Color Harmonies of #1A2E83
Complementary color
Monochromatic Colors of #1A2E83
Black with #1A2E83
Text Example
Text Example
White with #1A2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E83; }
p { color: rgb(26,46,131); }
H1.HeaderClassName
{
color: #1A2E83;
}
.AnyTagClassName
{
color: #1A2E83;
}
</style>
background-color css
<style>
a { background-color: #1A2E83; }
a { background-color: rgb(26,46,131); }
div.DivClassName
{
background-color: #1A2E83;
}
.BgClassName
{
background-color: #1A2E83;
}
</style>
border-color css
<style>
span { border-color: #1A2E83; }
span { border-color: rgb(26,46,131); }
td.TdClassName
{
border-color: #1A2E83;
}
.TagClassName
{
border-color: #1A2E83;
}
</style>