Shades of Resolution Blue #1A367A
Tints of Resolution Blue #1A367A
RGB
CMYK
RGB Variations
Color information
#1A367A (or 0x1A367A) is known color: Resolution Blue. HEX triplet: 1A, 36 and 7A. RGB value is (26,54,122). Sum of RGB (Red+Green+Blue) = 26+54+122=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A367A is #E5C985. Grayscale: #353535. Windows color (decimal): -15059334 or 8009242. OLE color: 8009242.
HSL color Cylindrical-coordinate representation of color #1A367A: hue angle of 222.5º 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 #1A367A is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 54 | 122 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.52 |
| HSL | 222.5º | 0.65% | 0.29% | - |
| HSV(B) | 222.5º | 0.79% | 0.48% | - |
| XYZ | 5.26 | 4.26 | 18.96 | - |
| YUV | 53.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 122 | 0.79 | 0.56 | 0 | 0.52 | 222.5 | 0.65 | 0.29 |
| Hex | 1A | 36 | 7A | 4F | 38 | 0 | 34 | DE | 41 | 1D |
| Octal | 32 | 66 | 172 | 117 | 70 | 0 | 64 | 336 | 101 | 35 |
| Binary | 11010 | 110110 | 1111010 | 1001111 | 111000 | 0 | 110100 | 11011110 | 1000001 | 11101 |
Color Harmonies of #1A367A
Complementary color
Monochromatic Colors of #1A367A
Black with #1A367A
Text Example
Text Example
White with #1A367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A367A; }
p { color: rgb(26,54,122); }
H1.HeaderClassName
{
color: #1A367A;
}
.AnyTagClassName
{
color: #1A367A;
}
</style>
background-color css
<style>
a { background-color: #1A367A; }
a { background-color: rgb(26,54,122); }
div.DivClassName
{
background-color: #1A367A;
}
.BgClassName
{
background-color: #1A367A;
}
</style>
border-color css
<style>
span { border-color: #1A367A; }
span { border-color: rgb(26,54,122); }
td.TdClassName
{
border-color: #1A367A;
}
.TagClassName
{
border-color: #1A367A;
}
</style>