Shades of Lochmara #1D6698
Tints of Lochmara #1D6698
RGB
CMYK
RGB Variations
Color information
#1D6698 (or 0x1D6698) is known color: Lochmara. HEX triplet: 1D, 66 and 98. RGB value is (29,102,152). Sum of RGB (Red+Green+Blue) = 29+102+152=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D6698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6698 is #E29967. Grayscale: #555555. Windows color (decimal): -14850408 or 9987613. OLE color: 9987613.
HSL color Cylindrical-coordinate representation of color #1D6698: hue angle of 204.39º 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 #1D6698 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 102 | 152 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.40 |
| HSL | 204.39º | 0.68% | 0.35% | - |
| HSV(B) | 204.39º | 0.81% | 0.6% | - |
| XYZ | 10.93 | 12.03 | 31.45 | - |
| YUV | 85.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 152 | 0.81 | 0.33 | 0 | 0.40 | 204.39 | 0.68 | 0.35 |
| Hex | 1D | 66 | 98 | 51 | 21 | 0 | 28 | CC | 44 | 23 |
| Octal | 35 | 146 | 230 | 121 | 41 | 0 | 50 | 314 | 104 | 43 |
| Binary | 11101 | 1100110 | 10011000 | 1010001 | 100001 | 0 | 101000 | 11001100 | 1000100 | 100011 |
Color Harmonies of #1D6698
Complementary color
Monochromatic Colors of #1D6698
Black with #1D6698
Text Example
Text Example
White with #1D6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6698; }
p { color: rgb(29,102,152); }
H1.HeaderClassName
{
color: #1D6698;
}
.AnyTagClassName
{
color: #1D6698;
}
</style>
background-color css
<style>
a { background-color: #1D6698; }
a { background-color: rgb(29,102,152); }
div.DivClassName
{
background-color: #1D6698;
}
.BgClassName
{
background-color: #1D6698;
}
</style>
border-color css
<style>
span { border-color: #1D6698; }
span { border-color: rgb(29,102,152); }
td.TdClassName
{
border-color: #1D6698;
}
.TagClassName
{
border-color: #1D6698;
}
</style>