Shades of Resolution Blue #1A377D
Tints of Resolution Blue #1A377D
RGB
CMYK
RGB Variations
Color information
#1A377D (or 0x1A377D) is known color: Resolution Blue. HEX triplet: 1A, 37 and 7D. RGB value is (26,55,125). Sum of RGB (Red+Green+Blue) = 26+55+125=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A377D is #E5C882. Grayscale: #353535. Windows color (decimal): -15059075 or 8206106. OLE color: 8206106.
HSL color Cylindrical-coordinate representation of color #1A377D: hue angle of 222.42º 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 #1A377D is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 55 | 125 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.51 |
| HSL | 222.42º | 0.66% | 0.3% | - |
| HSV(B) | 222.42º | 0.79% | 0.49% | - |
| XYZ | 5.49 | 4.43 | 19.97 | - |
| YUV | 54.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 125 | 0.79 | 0.56 | 0 | 0.51 | 222.42 | 0.66 | 0.3 |
| Hex | 1A | 37 | 7D | 4F | 38 | 0 | 33 | DE | 42 | 1E |
| Octal | 32 | 67 | 175 | 117 | 70 | 0 | 63 | 336 | 102 | 36 |
| Binary | 11010 | 110111 | 1111101 | 1001111 | 111000 | 0 | 110011 | 11011110 | 1000010 | 11110 |
Color Harmonies of #1A377D
Complementary color
Monochromatic Colors of #1A377D
Black with #1A377D
Text Example
Text Example
White with #1A377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A377D; }
p { color: rgb(26,55,125); }
H1.HeaderClassName
{
color: #1A377D;
}
.AnyTagClassName
{
color: #1A377D;
}
</style>
background-color css
<style>
a { background-color: #1A377D; }
a { background-color: rgb(26,55,125); }
div.DivClassName
{
background-color: #1A377D;
}
.BgClassName
{
background-color: #1A377D;
}
</style>
border-color css
<style>
span { border-color: #1A377D; }
span { border-color: rgb(26,55,125); }
td.TdClassName
{
border-color: #1A377D;
}
.TagClassName
{
border-color: #1A377D;
}
</style>