Shades of Lochmara #196D9C
Tints of Lochmara #196D9C
RGB
CMYK
RGB Variations
Color information
#196D9C (or 0x196D9C) is known color: Lochmara. HEX triplet: 19, 6D and 9C. RGB value is (25,109,156). Sum of RGB (Red+Green+Blue) = 25+109+156=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #196D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D9C is #E69263. Grayscale: #585858. Windows color (decimal): -15110756 or 10251545. OLE color: 10251545.
HSL color Cylindrical-coordinate representation of color #196D9C: hue angle of 201.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196D9C is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 109 | 156 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.39 |
| HSL | 201.53º | 0.72% | 0.35% | - |
| HSV(B) | 201.53º | 0.84% | 0.61% | - |
| XYZ | 11.87 | 13.54 | 33.44 | - |
| YUV | 89.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 156 | 0.84 | 0.30 | 0 | 0.39 | 201.53 | 0.72 | 0.35 |
| Hex | 19 | 6D | 9C | 54 | 1E | 0 | 27 | CA | 48 | 23 |
| Octal | 31 | 155 | 234 | 124 | 36 | 0 | 47 | 312 | 110 | 43 |
| Binary | 11001 | 1101101 | 10011100 | 1010100 | 11110 | 0 | 100111 | 11001010 | 1001000 | 100011 |
Color Harmonies of #196D9C
Complementary color
Monochromatic Colors of #196D9C
Black with #196D9C
Text Example
Text Example
White with #196D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D9C; }
p { color: rgb(25,109,156); }
H1.HeaderClassName
{
color: #196D9C;
}
.AnyTagClassName
{
color: #196D9C;
}
</style>
background-color css
<style>
a { background-color: #196D9C; }
a { background-color: rgb(25,109,156); }
div.DivClassName
{
background-color: #196D9C;
}
.BgClassName
{
background-color: #196D9C;
}
</style>
border-color css
<style>
span { border-color: #196D9C; }
span { border-color: rgb(25,109,156); }
td.TdClassName
{
border-color: #196D9C;
}
.TagClassName
{
border-color: #196D9C;
}
</style>