Shades of Resolution Blue #1A377E
Tints of Resolution Blue #1A377E
RGB
CMYK
RGB Variations
Color information
#1A377E (or 0x1A377E) is known color: Resolution Blue. HEX triplet: 1A, 37 and 7E. RGB value is (26,55,126). Sum of RGB (Red+Green+Blue) = 26+55+126=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A377E is #E5C881. Grayscale: #363636. Windows color (decimal): -15059074 or 8271642. OLE color: 8271642.
HSL color Cylindrical-coordinate representation of color #1A377E: hue angle of 222.6º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A377E is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 55 | 126 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.51 |
| HSL | 222.6º | 0.66% | 0.3% | - |
| HSV(B) | 222.6º | 0.79% | 0.49% | - |
| XYZ | 5.56 | 4.46 | 20.31 | - |
| YUV | 54.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 126 | 0.79 | 0.56 | 0 | 0.51 | 222.6 | 0.66 | 0.3 |
| Hex | 1A | 37 | 7E | 4F | 38 | 0 | 33 | DF | 42 | 1E |
| Octal | 32 | 67 | 176 | 117 | 70 | 0 | 63 | 337 | 102 | 36 |
| Binary | 11010 | 110111 | 1111110 | 1001111 | 111000 | 0 | 110011 | 11011111 | 1000010 | 11110 |
Color Harmonies of #1A377E
Complementary color
Monochromatic Colors of #1A377E
Black with #1A377E
Text Example
Text Example
White with #1A377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A377E; }
p { color: rgb(26,55,126); }
H1.HeaderClassName
{
color: #1A377E;
}
.AnyTagClassName
{
color: #1A377E;
}
</style>
background-color css
<style>
a { background-color: #1A377E; }
a { background-color: rgb(26,55,126); }
div.DivClassName
{
background-color: #1A377E;
}
.BgClassName
{
background-color: #1A377E;
}
</style>
border-color css
<style>
span { border-color: #1A377E; }
span { border-color: rgb(26,55,126); }
td.TdClassName
{
border-color: #1A377E;
}
.TagClassName
{
border-color: #1A377E;
}
</style>