Shades of Lochmara #1D7DAE
Tints of Lochmara #1D7DAE
RGB
CMYK
RGB Variations
Color information
#1D7DAE (or 0x1D7DAE) is known color: Lochmara. HEX triplet: 1D, 7D and AE. RGB value is (29,125,174). Sum of RGB (Red+Green+Blue) = 29+125+174=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7DAE is #E28251. Grayscale: #656565. Windows color (decimal): -14844498 or 11435293. OLE color: 11435293.
HSL color Cylindrical-coordinate representation of color #1D7DAE: hue angle of 200.28º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D7DAE is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 125 | 174 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.32 |
| HSL | 200.28º | 0.71% | 0.4% | - |
| HSV(B) | 200.28º | 0.83% | 0.68% | - |
| XYZ | 15.48 | 17.98 | 42.7 | - |
| YUV | 101.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 174 | 0.83 | 0.28 | 0 | 0.32 | 200.28 | 0.71 | 0.4 |
| Hex | 1D | 7D | AE | 53 | 1C | 0 | 20 | C8 | 47 | 28 |
| Octal | 35 | 175 | 256 | 123 | 34 | 0 | 40 | 310 | 107 | 50 |
| Binary | 11101 | 1111101 | 10101110 | 1010011 | 11100 | 0 | 100000 | 11001000 | 1000111 | 101000 |
Color Harmonies of #1D7DAE
Complementary color
Monochromatic Colors of #1D7DAE
Black with #1D7DAE
Text Example
Text Example
White with #1D7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7DAE; }
p { color: rgb(29,125,174); }
H1.HeaderClassName
{
color: #1D7DAE;
}
.AnyTagClassName
{
color: #1D7DAE;
}
</style>
background-color css
<style>
a { background-color: #1D7DAE; }
a { background-color: rgb(29,125,174); }
div.DivClassName
{
background-color: #1D7DAE;
}
.BgClassName
{
background-color: #1D7DAE;
}
</style>
border-color css
<style>
span { border-color: #1D7DAE; }
span { border-color: rgb(29,125,174); }
td.TdClassName
{
border-color: #1D7DAE;
}
.TagClassName
{
border-color: #1D7DAE;
}
</style>