Shades of Lochmara #1F7BAD
Tints of Lochmara #1F7BAD
RGB
CMYK
RGB Variations
Color information
#1F7BAD (or 0x1F7BAD) is known color: Lochmara. HEX triplet: 1F, 7B and AD. RGB value is (31,123,173). Sum of RGB (Red+Green+Blue) = 31+123+173=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F7BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7BAD is #E08452. Grayscale: #646464. Windows color (decimal): -14713939 or 11369247. OLE color: 11369247.
HSL color Cylindrical-coordinate representation of color #1F7BAD: hue angle of 201.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7BAD is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 123 | 173 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.32 |
| HSL | 201.13º | 0.7% | 0.4% | - |
| HSV(B) | 201.13º | 0.82% | 0.68% | - |
| XYZ | 15.19 | 17.47 | 42.11 | - |
| YUV | 101.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 173 | 0.82 | 0.29 | 0 | 0.32 | 201.13 | 0.7 | 0.4 |
| Hex | 1F | 7B | AD | 52 | 1D | 0 | 20 | C9 | 46 | 28 |
| Octal | 37 | 173 | 255 | 122 | 35 | 0 | 40 | 311 | 106 | 50 |
| Binary | 11111 | 1111011 | 10101101 | 1010010 | 11101 | 0 | 100000 | 11001001 | 1000110 | 101000 |
Color Harmonies of #1F7BAD
Complementary color
Monochromatic Colors of #1F7BAD
Black with #1F7BAD
Text Example
Text Example
White with #1F7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7BAD; }
p { color: rgb(31,123,173); }
H1.HeaderClassName
{
color: #1F7BAD;
}
.AnyTagClassName
{
color: #1F7BAD;
}
</style>
background-color css
<style>
a { background-color: #1F7BAD; }
a { background-color: rgb(31,123,173); }
div.DivClassName
{
background-color: #1F7BAD;
}
.BgClassName
{
background-color: #1F7BAD;
}
</style>
border-color css
<style>
span { border-color: #1F7BAD; }
span { border-color: rgb(31,123,173); }
td.TdClassName
{
border-color: #1F7BAD;
}
.TagClassName
{
border-color: #1F7BAD;
}
</style>