Shades of Lochmara #1D6998
Tints of Lochmara #1D6998
RGB
CMYK
RGB Variations
Color information
#1D6998 (or 0x1D6998) is known color: Lochmara. HEX triplet: 1D, 69 and 98. RGB value is (29,105,152). Sum of RGB (Red+Green+Blue) = 29+105+152=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D6998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6998 is #E29667. Grayscale: #575757. Windows color (decimal): -14849640 or 9988381. OLE color: 9988381.
HSL color Cylindrical-coordinate representation of color #1D6998: hue angle of 202.93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6998 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 105 | 152 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.40 |
| HSL | 202.93º | 0.68% | 0.35% | - |
| HSV(B) | 202.93º | 0.81% | 0.6% | - |
| XYZ | 11.23 | 12.63 | 31.55 | - |
| YUV | 87.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 152 | 0.81 | 0.31 | 0 | 0.40 | 202.93 | 0.68 | 0.35 |
| Hex | 1D | 69 | 98 | 51 | 1F | 0 | 28 | CB | 44 | 23 |
| Octal | 35 | 151 | 230 | 121 | 37 | 0 | 50 | 313 | 104 | 43 |
| Binary | 11101 | 1101001 | 10011000 | 1010001 | 11111 | 0 | 101000 | 11001011 | 1000100 | 100011 |
Color Harmonies of #1D6998
Complementary color
Monochromatic Colors of #1D6998
Black with #1D6998
Text Example
Text Example
White with #1D6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6998; }
p { color: rgb(29,105,152); }
H1.HeaderClassName
{
color: #1D6998;
}
.AnyTagClassName
{
color: #1D6998;
}
</style>
background-color css
<style>
a { background-color: #1D6998; }
a { background-color: rgb(29,105,152); }
div.DivClassName
{
background-color: #1D6998;
}
.BgClassName
{
background-color: #1D6998;
}
</style>
border-color css
<style>
span { border-color: #1D6998; }
span { border-color: rgb(29,105,152); }
td.TdClassName
{
border-color: #1D6998;
}
.TagClassName
{
border-color: #1D6998;
}
</style>