Shades of Lochmara #1D6895
Tints of Lochmara #1D6895
RGB
CMYK
RGB Variations
Color information
#1D6895 (or 0x1D6895) is known color: Lochmara. HEX triplet: 1D, 68 and 95. RGB value is (29,104,149). Sum of RGB (Red+Green+Blue) = 29+104+149=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D6895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6895 is #E2976A. Grayscale: #565656. Windows color (decimal): -14849899 or 9791517. OLE color: 9791517.
HSL color Cylindrical-coordinate representation of color #1D6895: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6895 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 104 | 149 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.42 |
| HSL | 202.5º | 0.67% | 0.35% | - |
| HSV(B) | 202.5º | 0.81% | 0.58% | - |
| XYZ | 10.88 | 12.33 | 30.24 | - |
| YUV | 86.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 149 | 0.81 | 0.30 | 0 | 0.42 | 202.5 | 0.67 | 0.35 |
| Hex | 1D | 68 | 95 | 51 | 1E | 0 | 2A | CA | 43 | 23 |
| Octal | 35 | 150 | 225 | 121 | 36 | 0 | 52 | 312 | 103 | 43 |
| Binary | 11101 | 1101000 | 10010101 | 1010001 | 11110 | 0 | 101010 | 11001010 | 1000011 | 100011 |
Color Harmonies of #1D6895
Complementary color
Monochromatic Colors of #1D6895
Black with #1D6895
Text Example
Text Example
White with #1D6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6895; }
p { color: rgb(29,104,149); }
H1.HeaderClassName
{
color: #1D6895;
}
.AnyTagClassName
{
color: #1D6895;
}
</style>
background-color css
<style>
a { background-color: #1D6895; }
a { background-color: rgb(29,104,149); }
div.DivClassName
{
background-color: #1D6895;
}
.BgClassName
{
background-color: #1D6895;
}
</style>
border-color css
<style>
span { border-color: #1D6895; }
span { border-color: rgb(29,104,149); }
td.TdClassName
{
border-color: #1D6895;
}
.TagClassName
{
border-color: #1D6895;
}
</style>