Shades of Lochmara #196A9A
Tints of Lochmara #196A9A
RGB
CMYK
RGB Variations
Color information
#196A9A (or 0x196A9A) is known color: Lochmara. HEX triplet: 19, 6A and 9A. RGB value is (25,106,154). Sum of RGB (Red+Green+Blue) = 25+106+154=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #196A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196A9A is #E69565. Grayscale: #565656. Windows color (decimal): -15111526 or 10119705. OLE color: 10119705.
HSL color Cylindrical-coordinate representation of color #196A9A: hue angle of 202.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196A9A is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 106 | 154 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.40 |
| HSL | 202.33º | 0.72% | 0.35% | - |
| HSV(B) | 202.33º | 0.84% | 0.6% | - |
| XYZ | 11.39 | 12.85 | 32.45 | - |
| YUV | 87.25 | 165.66 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 154 | 0.84 | 0.31 | 0 | 0.40 | 202.33 | 0.72 | 0.35 |
| Hex | 19 | 6A | 9A | 54 | 1F | 0 | 28 | CA | 48 | 23 |
| Octal | 31 | 152 | 232 | 124 | 37 | 0 | 50 | 312 | 110 | 43 |
| Binary | 11001 | 1101010 | 10011010 | 1010100 | 11111 | 0 | 101000 | 11001010 | 1001000 | 100011 |
Color Harmonies of #196A9A
Complementary color
Monochromatic Colors of #196A9A
Black with #196A9A
Text Example
Text Example
White with #196A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A9A; }
p { color: rgb(25,106,154); }
H1.HeaderClassName
{
color: #196A9A;
}
.AnyTagClassName
{
color: #196A9A;
}
</style>
background-color css
<style>
a { background-color: #196A9A; }
a { background-color: rgb(25,106,154); }
div.DivClassName
{
background-color: #196A9A;
}
.BgClassName
{
background-color: #196A9A;
}
</style>
border-color css
<style>
span { border-color: #196A9A; }
span { border-color: rgb(25,106,154); }
td.TdClassName
{
border-color: #196A9A;
}
.TagClassName
{
border-color: #196A9A;
}
</style>