Shades of Resolution Blue #1A377C
Tints of Resolution Blue #1A377C
RGB
CMYK
RGB Variations
Color information
#1A377C (or 0x1A377C) is known color: Resolution Blue. HEX triplet: 1A, 37 and 7C. RGB value is (26,55,124). Sum of RGB (Red+Green+Blue) = 26+55+124=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A377C is #E5C883. Grayscale: #353535. Windows color (decimal): -15059076 or 8140570. OLE color: 8140570.
HSL color Cylindrical-coordinate representation of color #1A377C: hue angle of 222.24º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A377C is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 55 | 124 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.51 |
| HSL | 222.24º | 0.65% | 0.29% | - |
| HSV(B) | 222.24º | 0.79% | 0.49% | - |
| XYZ | 5.43 | 4.41 | 19.63 | - |
| YUV | 54.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 124 | 0.79 | 0.56 | 0 | 0.51 | 222.24 | 0.65 | 0.29 |
| Hex | 1A | 37 | 7C | 4F | 38 | 0 | 33 | DE | 41 | 1D |
| Octal | 32 | 67 | 174 | 117 | 70 | 0 | 63 | 336 | 101 | 35 |
| Binary | 11010 | 110111 | 1111100 | 1001111 | 111000 | 0 | 110011 | 11011110 | 1000001 | 11101 |
Color Harmonies of #1A377C
Complementary color
Monochromatic Colors of #1A377C
Black with #1A377C
Text Example
Text Example
White with #1A377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A377C; }
p { color: rgb(26,55,124); }
H1.HeaderClassName
{
color: #1A377C;
}
.AnyTagClassName
{
color: #1A377C;
}
</style>
background-color css
<style>
a { background-color: #1A377C; }
a { background-color: rgb(26,55,124); }
div.DivClassName
{
background-color: #1A377C;
}
.BgClassName
{
background-color: #1A377C;
}
</style>
border-color css
<style>
span { border-color: #1A377C; }
span { border-color: rgb(26,55,124); }
td.TdClassName
{
border-color: #1A377C;
}
.TagClassName
{
border-color: #1A377C;
}
</style>