Shades of Resolution Blue #1A387B
Tints of Resolution Blue #1A387B
RGB
CMYK
RGB Variations
Color information
#1A387B (or 0x1A387B) is known color: Resolution Blue. HEX triplet: 1A, 38 and 7B. RGB value is (26,56,123). Sum of RGB (Red+Green+Blue) = 26+56+123=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A387B is #E5C784. Grayscale: #363636. Windows color (decimal): -15058821 or 8075290. OLE color: 8075290.
HSL color Cylindrical-coordinate representation of color #1A387B: hue angle of 221.44º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A387B is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 56 | 123 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.52 |
| HSL | 221.44º | 0.65% | 0.29% | - |
| HSV(B) | 221.44º | 0.79% | 0.48% | - |
| XYZ | 5.42 | 4.48 | 19.32 | - |
| YUV | 54.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 123 | 0.79 | 0.54 | 0 | 0.52 | 221.44 | 0.65 | 0.29 |
| Hex | 1A | 38 | 7B | 4F | 36 | 0 | 34 | DD | 41 | 1D |
| Octal | 32 | 70 | 173 | 117 | 66 | 0 | 64 | 335 | 101 | 35 |
| Binary | 11010 | 111000 | 1111011 | 1001111 | 110110 | 0 | 110100 | 11011101 | 1000001 | 11101 |
Color Harmonies of #1A387B
Complementary color
Monochromatic Colors of #1A387B
Black with #1A387B
Text Example
Text Example
White with #1A387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A387B; }
p { color: rgb(26,56,123); }
H1.HeaderClassName
{
color: #1A387B;
}
.AnyTagClassName
{
color: #1A387B;
}
</style>
background-color css
<style>
a { background-color: #1A387B; }
a { background-color: rgb(26,56,123); }
div.DivClassName
{
background-color: #1A387B;
}
.BgClassName
{
background-color: #1A387B;
}
</style>
border-color css
<style>
span { border-color: #1A387B; }
span { border-color: rgb(26,56,123); }
td.TdClassName
{
border-color: #1A387B;
}
.TagClassName
{
border-color: #1A387B;
}
</style>