Shades of Lochmara #1D76AA
Tints of Lochmara #1D76AA
RGB
CMYK
RGB Variations
Color information
#1D76AA (or 0x1D76AA) is known color: Lochmara. HEX triplet: 1D, 76 and AA. RGB value is (29,118,170). Sum of RGB (Red+Green+Blue) = 29+118+170=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D76AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D76AA is #E28955. Grayscale: #616161. Windows color (decimal): -14846294 or 11171357. OLE color: 11171357.
HSL color Cylindrical-coordinate representation of color #1D76AA: hue angle of 202.13º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D76AA is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 118 | 170 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.33 |
| HSL | 202.13º | 0.71% | 0.39% | - |
| HSV(B) | 202.13º | 0.83% | 0.67% | - |
| XYZ | 14.24 | 16.12 | 40.39 | - |
| YUV | 97.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 170 | 0.83 | 0.31 | 0 | 0.33 | 202.13 | 0.71 | 0.39 |
| Hex | 1D | 76 | AA | 53 | 1F | 0 | 21 | CA | 47 | 27 |
| Octal | 35 | 166 | 252 | 123 | 37 | 0 | 41 | 312 | 107 | 47 |
| Binary | 11101 | 1110110 | 10101010 | 1010011 | 11111 | 0 | 100001 | 11001010 | 1000111 | 100111 |
Color Harmonies of #1D76AA
Complementary color
Monochromatic Colors of #1D76AA
Black with #1D76AA
Text Example
Text Example
White with #1D76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D76AA; }
p { color: rgb(29,118,170); }
H1.HeaderClassName
{
color: #1D76AA;
}
.AnyTagClassName
{
color: #1D76AA;
}
</style>
background-color css
<style>
a { background-color: #1D76AA; }
a { background-color: rgb(29,118,170); }
div.DivClassName
{
background-color: #1D76AA;
}
.BgClassName
{
background-color: #1D76AA;
}
</style>
border-color css
<style>
span { border-color: #1D76AA; }
span { border-color: rgb(29,118,170); }
td.TdClassName
{
border-color: #1D76AA;
}
.TagClassName
{
border-color: #1D76AA;
}
</style>