Shades of Lochmara #1D7999
Tints of Lochmara #1D7999
RGB
CMYK
RGB Variations
Color information
#1D7999 (or 0x1D7999) is known color: Lochmara. HEX triplet: 1D, 79 and 99. RGB value is (29,121,153). Sum of RGB (Red+Green+Blue) = 29+121+153=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D7999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7999 is #E28666. Grayscale: #606060. Windows color (decimal): -14845543 or 10058013. OLE color: 10058013.
HSL color Cylindrical-coordinate representation of color #1D7999: hue angle of 195.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D7999 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 121 | 153 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.4 |
| HSL | 195.48º | 0.68% | 0.36% | - |
| HSV(B) | 195.48º | 0.81% | 0.6% | - |
| XYZ | 13.09 | 16.24 | 32.58 | - |
| YUV | 97.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 153 | 0.81 | 0.21 | 0 | 0.4 | 195.48 | 0.68 | 0.36 |
| Hex | 1D | 79 | 99 | 51 | 15 | 0 | 28 | C3 | 44 | 24 |
| Octal | 35 | 171 | 231 | 121 | 25 | 0 | 50 | 303 | 104 | 44 |
| Binary | 11101 | 1111001 | 10011001 | 1010001 | 10101 | 0 | 101000 | 11000011 | 1000100 | 100100 |
Color Harmonies of #1D7999
Complementary color
Monochromatic Colors of #1D7999
Black with #1D7999
Text Example
Text Example
White with #1D7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7999; }
p { color: rgb(29,121,153); }
H1.HeaderClassName
{
color: #1D7999;
}
.AnyTagClassName
{
color: #1D7999;
}
</style>
background-color css
<style>
a { background-color: #1D7999; }
a { background-color: rgb(29,121,153); }
div.DivClassName
{
background-color: #1D7999;
}
.BgClassName
{
background-color: #1D7999;
}
</style>
border-color css
<style>
span { border-color: #1D7999; }
span { border-color: rgb(29,121,153); }
td.TdClassName
{
border-color: #1D7999;
}
.TagClassName
{
border-color: #1D7999;
}
</style>