Shades of Lochmara #1A75AC
Tints of Lochmara #1A75AC
RGB
CMYK
RGB Variations
Color information
#1A75AC (or 0x1A75AC) is known color: Lochmara. HEX triplet: 1A, 75 and AC. RGB value is (26,117,172). Sum of RGB (Red+Green+Blue) = 26+117+172=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A75AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A75AC is #E58A53. Grayscale: #5F5F5F. Windows color (decimal): -15043156 or 11302170. OLE color: 11302170.
HSL color Cylindrical-coordinate representation of color #1A75AC: hue angle of 202.6º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A75AC is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 117 | 172 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.33 |
| HSL | 202.6º | 0.74% | 0.39% | - |
| HSV(B) | 202.6º | 0.85% | 0.67% | - |
| XYZ | 14.23 | 15.92 | 41.35 | - |
| YUV | 96.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 172 | 0.85 | 0.32 | 0 | 0.33 | 202.6 | 0.74 | 0.39 |
| Hex | 1A | 75 | AC | 55 | 20 | 0 | 21 | CB | 4A | 27 |
| Octal | 32 | 165 | 254 | 125 | 40 | 0 | 41 | 313 | 112 | 47 |
| Binary | 11010 | 1110101 | 10101100 | 1010101 | 100000 | 0 | 100001 | 11001011 | 1001010 | 100111 |
Color Harmonies of #1A75AC
Complementary color
Monochromatic Colors of #1A75AC
Black with #1A75AC
Text Example
Text Example
White with #1A75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A75AC; }
p { color: rgb(26,117,172); }
H1.HeaderClassName
{
color: #1A75AC;
}
.AnyTagClassName
{
color: #1A75AC;
}
</style>
background-color css
<style>
a { background-color: #1A75AC; }
a { background-color: rgb(26,117,172); }
div.DivClassName
{
background-color: #1A75AC;
}
.BgClassName
{
background-color: #1A75AC;
}
</style>
border-color css
<style>
span { border-color: #1A75AC; }
span { border-color: rgb(26,117,172); }
td.TdClassName
{
border-color: #1A75AC;
}
.TagClassName
{
border-color: #1A75AC;
}
</style>