Shades of Lochmara #1D769C
Tints of Lochmara #1D769C
RGB
CMYK
RGB Variations
Color information
#1D769C (or 0x1D769C) is known color: Lochmara. HEX triplet: 1D, 76 and 9C. RGB value is (29,118,156). Sum of RGB (Red+Green+Blue) = 29+118+156=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D769C is #E28963. Grayscale: #5F5F5F. Windows color (decimal): -14846308 or 10253853. OLE color: 10253853.
HSL color Cylindrical-coordinate representation of color #1D769C: hue angle of 197.95º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D769C is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 118 | 156 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.39 |
| HSL | 197.95º | 0.69% | 0.36% | - |
| HSV(B) | 197.95º | 0.81% | 0.61% | - |
| XYZ | 12.99 | 15.62 | 33.78 | - |
| YUV | 95.72 | 162.01 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 156 | 0.81 | 0.24 | 0 | 0.39 | 197.95 | 0.69 | 0.36 |
| Hex | 1D | 76 | 9C | 51 | 18 | 0 | 27 | C6 | 45 | 24 |
| Octal | 35 | 166 | 234 | 121 | 30 | 0 | 47 | 306 | 105 | 44 |
| Binary | 11101 | 1110110 | 10011100 | 1010001 | 11000 | 0 | 100111 | 11000110 | 1000101 | 100100 |
Color Harmonies of #1D769C
Complementary color
Monochromatic Colors of #1D769C
Black with #1D769C
Text Example
Text Example
White with #1D769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D769C; }
p { color: rgb(29,118,156); }
H1.HeaderClassName
{
color: #1D769C;
}
.AnyTagClassName
{
color: #1D769C;
}
</style>
background-color css
<style>
a { background-color: #1D769C; }
a { background-color: rgb(29,118,156); }
div.DivClassName
{
background-color: #1D769C;
}
.BgClassName
{
background-color: #1D769C;
}
</style>
border-color css
<style>
span { border-color: #1D769C; }
span { border-color: rgb(29,118,156); }
td.TdClassName
{
border-color: #1D769C;
}
.TagClassName
{
border-color: #1D769C;
}
</style>