Shades of Lochmara #1F7AB1
Tints of Lochmara #1F7AB1
RGB
CMYK
RGB Variations
Color information
#1F7AB1 (or 0x1F7AB1) is known color: Lochmara. HEX triplet: 1F, 7A and B1. RGB value is (31,122,177). Sum of RGB (Red+Green+Blue) = 31+122+177=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #1F7AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7AB1 is #E0854E. Grayscale: #646464. Windows color (decimal): -14714191 or 11631135. OLE color: 11631135.
HSL color Cylindrical-coordinate representation of color #1F7AB1: hue angle of 202.6º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7AB1 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 122 | 177 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.31 |
| HSL | 202.6º | 0.7% | 0.41% | - |
| HSV(B) | 202.6º | 0.82% | 0.69% | - |
| XYZ | 15.46 | 17.38 | 44.14 | - |
| YUV | 101.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 177 | 0.82 | 0.31 | 0 | 0.31 | 202.6 | 0.7 | 0.41 |
| Hex | 1F | 7A | B1 | 52 | 1F | 0 | 1F | CB | 46 | 29 |
| Octal | 37 | 172 | 261 | 122 | 37 | 0 | 37 | 313 | 106 | 51 |
| Binary | 11111 | 1111010 | 10110001 | 1010010 | 11111 | 0 | 11111 | 11001011 | 1000110 | 101001 |
Color Harmonies of #1F7AB1
Complementary color
Monochromatic Colors of #1F7AB1
Black with #1F7AB1
Text Example
Text Example
White with #1F7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7AB1; }
p { color: rgb(31,122,177); }
H1.HeaderClassName
{
color: #1F7AB1;
}
.AnyTagClassName
{
color: #1F7AB1;
}
</style>
background-color css
<style>
a { background-color: #1F7AB1; }
a { background-color: rgb(31,122,177); }
div.DivClassName
{
background-color: #1F7AB1;
}
.BgClassName
{
background-color: #1F7AB1;
}
</style>
border-color css
<style>
span { border-color: #1F7AB1; }
span { border-color: rgb(31,122,177); }
td.TdClassName
{
border-color: #1F7AB1;
}
.TagClassName
{
border-color: #1F7AB1;
}
</style>