Shades of Lochmara #1A74AD
Tints of Lochmara #1A74AD
RGB
CMYK
RGB Variations
Color information
#1A74AD (or 0x1A74AD) is known color: Lochmara. HEX triplet: 1A, 74 and AD. RGB value is (26,116,173). Sum of RGB (Red+Green+Blue) = 26+116+173=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A74AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A74AD is #E58B52. Grayscale: #5F5F5F. Windows color (decimal): -15043411 or 11367450. OLE color: 11367450.
HSL color Cylindrical-coordinate representation of color #1A74AD: hue angle of 203.27º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A74AD is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 116 | 173 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.32 |
| HSL | 203.27º | 0.74% | 0.39% | - |
| HSV(B) | 203.27º | 0.85% | 0.68% | - |
| XYZ | 14.21 | 15.73 | 41.82 | - |
| YUV | 95.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 173 | 0.85 | 0.33 | 0 | 0.32 | 203.27 | 0.74 | 0.39 |
| Hex | 1A | 74 | AD | 55 | 21 | 0 | 20 | CB | 4A | 27 |
| Octal | 32 | 164 | 255 | 125 | 41 | 0 | 40 | 313 | 112 | 47 |
| Binary | 11010 | 1110100 | 10101101 | 1010101 | 100001 | 0 | 100000 | 11001011 | 1001010 | 100111 |
Color Harmonies of #1A74AD
Complementary color
Monochromatic Colors of #1A74AD
Black with #1A74AD
Text Example
Text Example
White with #1A74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A74AD; }
p { color: rgb(26,116,173); }
H1.HeaderClassName
{
color: #1A74AD;
}
.AnyTagClassName
{
color: #1A74AD;
}
</style>
background-color css
<style>
a { background-color: #1A74AD; }
a { background-color: rgb(26,116,173); }
div.DivClassName
{
background-color: #1A74AD;
}
.BgClassName
{
background-color: #1A74AD;
}
</style>
border-color css
<style>
span { border-color: #1A74AD; }
span { border-color: rgb(26,116,173); }
td.TdClassName
{
border-color: #1A74AD;
}
.TagClassName
{
border-color: #1A74AD;
}
</style>