Shades of Lochmara #1F7DAB
Tints of Lochmara #1F7DAB
RGB
CMYK
RGB Variations
Color information
#1F7DAB (or 0x1F7DAB) is known color: Lochmara. HEX triplet: 1F, 7D and AB. RGB value is (31,125,171). Sum of RGB (Red+Green+Blue) = 31+125+171=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7DAB is #E08254. Grayscale: #656565. Windows color (decimal): -14713429 or 11238687. OLE color: 11238687.
HSL color Cylindrical-coordinate representation of color #1F7DAB: hue angle of 199.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7DAB is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 125 | 171 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.33 |
| HSL | 199.71º | 0.69% | 0.4% | - |
| HSV(B) | 199.71º | 0.82% | 0.67% | - |
| XYZ | 15.25 | 17.9 | 41.18 | - |
| YUV | 102.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 171 | 0.82 | 0.27 | 0 | 0.33 | 199.71 | 0.69 | 0.4 |
| Hex | 1F | 7D | AB | 52 | 1B | 0 | 21 | C8 | 45 | 28 |
| Octal | 37 | 175 | 253 | 122 | 33 | 0 | 41 | 310 | 105 | 50 |
| Binary | 11111 | 1111101 | 10101011 | 1010010 | 11011 | 0 | 100001 | 11001000 | 1000101 | 101000 |
Color Harmonies of #1F7DAB
Complementary color
Monochromatic Colors of #1F7DAB
Black with #1F7DAB
Text Example
Text Example
White with #1F7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DAB; }
p { color: rgb(31,125,171); }
H1.HeaderClassName
{
color: #1F7DAB;
}
.AnyTagClassName
{
color: #1F7DAB;
}
</style>
background-color css
<style>
a { background-color: #1F7DAB; }
a { background-color: rgb(31,125,171); }
div.DivClassName
{
background-color: #1F7DAB;
}
.BgClassName
{
background-color: #1F7DAB;
}
</style>
border-color css
<style>
span { border-color: #1F7DAB; }
span { border-color: rgb(31,125,171); }
td.TdClassName
{
border-color: #1F7DAB;
}
.TagClassName
{
border-color: #1F7DAB;
}
</style>