Shades of Resolution Blue #1A2F83
Tints of Resolution Blue #1A2F83
RGB
CMYK
RGB Variations
Color information
#1A2F83 (or 0x1A2F83) is known color: Resolution Blue. HEX triplet: 1A, 2F and 83. RGB value is (26,47,131). Sum of RGB (Red+Green+Blue) = 26+47+131=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A2F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F83 is #E5D07C. Grayscale: #313131. Windows color (decimal): -15061117 or 8597274. OLE color: 8597274.
HSL color Cylindrical-coordinate representation of color #1A2F83: hue angle of 228º 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 #1A2F83 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 47 | 131 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.49 |
| HSL | 228º | 0.67% | 0.31% | - |
| HSV(B) | 228º | 0.8% | 0.51% | - |
| XYZ | 5.54 | 3.89 | 21.93 | - |
| YUV | 50.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 131 | 0.80 | 0.64 | 0 | 0.49 | 228 | 0.67 | 0.31 |
| Hex | 1A | 2F | 83 | 50 | 40 | 0 | 31 | E4 | 43 | 1F |
| Octal | 32 | 57 | 203 | 120 | 100 | 0 | 61 | 344 | 103 | 37 |
| Binary | 11010 | 101111 | 10000011 | 1010000 | 1000000 | 0 | 110001 | 11100100 | 1000011 | 11111 |
Color Harmonies of #1A2F83
Complementary color
Monochromatic Colors of #1A2F83
Black with #1A2F83
Text Example
Text Example
White with #1A2F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F83; }
p { color: rgb(26,47,131); }
H1.HeaderClassName
{
color: #1A2F83;
}
.AnyTagClassName
{
color: #1A2F83;
}
</style>
background-color css
<style>
a { background-color: #1A2F83; }
a { background-color: rgb(26,47,131); }
div.DivClassName
{
background-color: #1A2F83;
}
.BgClassName
{
background-color: #1A2F83;
}
</style>
border-color css
<style>
span { border-color: #1A2F83; }
span { border-color: rgb(26,47,131); }
td.TdClassName
{
border-color: #1A2F83;
}
.TagClassName
{
border-color: #1A2F83;
}
</style>