Shades of Resolution Blue #1A387E
Tints of Resolution Blue #1A387E
RGB
CMYK
RGB Variations
Color information
#1A387E (or 0x1A387E) is known color: Resolution Blue. HEX triplet: 1A, 38 and 7E. RGB value is (26,56,126). Sum of RGB (Red+Green+Blue) = 26+56+126=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A387E is #E5C781. Grayscale: #363636. Windows color (decimal): -15058818 or 8271898. OLE color: 8271898.
HSL color Cylindrical-coordinate representation of color #1A387E: hue angle of 222º 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 #1A387E is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 56 | 126 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.51 |
| HSL | 222º | 0.66% | 0.3% | - |
| HSV(B) | 222º | 0.79% | 0.49% | - |
| XYZ | 5.61 | 4.55 | 20.32 | - |
| YUV | 55.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 126 | 0.79 | 0.56 | 0 | 0.51 | 222 | 0.66 | 0.3 |
| Hex | 1A | 38 | 7E | 4F | 38 | 0 | 33 | DE | 42 | 1E |
| Octal | 32 | 70 | 176 | 117 | 70 | 0 | 63 | 336 | 102 | 36 |
| Binary | 11010 | 111000 | 1111110 | 1001111 | 111000 | 0 | 110011 | 11011110 | 1000010 | 11110 |
Color Harmonies of #1A387E
Complementary color
Monochromatic Colors of #1A387E
Black with #1A387E
Text Example
Text Example
White with #1A387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A387E; }
p { color: rgb(26,56,126); }
H1.HeaderClassName
{
color: #1A387E;
}
.AnyTagClassName
{
color: #1A387E;
}
</style>
background-color css
<style>
a { background-color: #1A387E; }
a { background-color: rgb(26,56,126); }
div.DivClassName
{
background-color: #1A387E;
}
.BgClassName
{
background-color: #1A387E;
}
</style>
border-color css
<style>
span { border-color: #1A387E; }
span { border-color: rgb(26,56,126); }
td.TdClassName
{
border-color: #1A387E;
}
.TagClassName
{
border-color: #1A387E;
}
</style>