Shades of Lochmara #1D7498
Tints of Lochmara #1D7498
RGB
CMYK
RGB Variations
Color information
#1D7498 (or 0x1D7498) is known color: Lochmara. HEX triplet: 1D, 74 and 98. RGB value is (29,116,152). Sum of RGB (Red+Green+Blue) = 29+116+152=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D7498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7498 is #E28B67. Grayscale: #5D5D5D. Windows color (decimal): -14846824 or 9991197. OLE color: 9991197.
HSL color Cylindrical-coordinate representation of color #1D7498: hue angle of 197.56º 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 #1D7498 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 116 | 152 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.40 |
| HSL | 197.56º | 0.68% | 0.35% | - |
| HSV(B) | 197.56º | 0.81% | 0.6% | - |
| XYZ | 12.42 | 15.02 | 31.95 | - |
| YUV | 94.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 152 | 0.81 | 0.24 | 0 | 0.40 | 197.56 | 0.68 | 0.35 |
| Hex | 1D | 74 | 98 | 51 | 18 | 0 | 28 | C6 | 44 | 23 |
| Octal | 35 | 164 | 230 | 121 | 30 | 0 | 50 | 306 | 104 | 43 |
| Binary | 11101 | 1110100 | 10011000 | 1010001 | 11000 | 0 | 101000 | 11000110 | 1000100 | 100011 |
Color Harmonies of #1D7498
Complementary color
Monochromatic Colors of #1D7498
Black with #1D7498
Text Example
Text Example
White with #1D7498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7498; }
p { color: rgb(29,116,152); }
H1.HeaderClassName
{
color: #1D7498;
}
.AnyTagClassName
{
color: #1D7498;
}
</style>
background-color css
<style>
a { background-color: #1D7498; }
a { background-color: rgb(29,116,152); }
div.DivClassName
{
background-color: #1D7498;
}
.BgClassName
{
background-color: #1D7498;
}
</style>
border-color css
<style>
span { border-color: #1D7498; }
span { border-color: rgb(29,116,152); }
td.TdClassName
{
border-color: #1D7498;
}
.TagClassName
{
border-color: #1D7498;
}
</style>