Shades of Lochmara #1F7AB4
Tints of Lochmara #1F7AB4
RGB
CMYK
RGB Variations
Color information
#1F7AB4 (or 0x1F7AB4) is known color: Lochmara. HEX triplet: 1F, 7A and B4. RGB value is (31,122,180). Sum of RGB (Red+Green+Blue) = 31+122+180=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F7AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7AB4 is #E0854B. Grayscale: #656565. Windows color (decimal): -14714188 or 11827743. OLE color: 11827743.
HSL color Cylindrical-coordinate representation of color #1F7AB4: hue angle of 203.36º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F7AB4 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 122 | 180 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.29 |
| HSL | 203.36º | 0.71% | 0.41% | - |
| HSV(B) | 203.36º | 0.83% | 0.71% | - |
| XYZ | 15.76 | 17.51 | 45.73 | - |
| YUV | 101.4 | 172.35 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 180 | 0.83 | 0.32 | 0 | 0.29 | 203.36 | 0.71 | 0.41 |
| Hex | 1F | 7A | B4 | 53 | 20 | 0 | 1D | CB | 47 | 29 |
| Octal | 37 | 172 | 264 | 123 | 40 | 0 | 35 | 313 | 107 | 51 |
| Binary | 11111 | 1111010 | 10110100 | 1010011 | 100000 | 0 | 11101 | 11001011 | 1000111 | 101001 |
Color Harmonies of #1F7AB4
Complementary color
Monochromatic Colors of #1F7AB4
Black with #1F7AB4
Text Example
Text Example
White with #1F7AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7AB4; }
p { color: rgb(31,122,180); }
H1.HeaderClassName
{
color: #1F7AB4;
}
.AnyTagClassName
{
color: #1F7AB4;
}
</style>
background-color css
<style>
a { background-color: #1F7AB4; }
a { background-color: rgb(31,122,180); }
div.DivClassName
{
background-color: #1F7AB4;
}
.BgClassName
{
background-color: #1F7AB4;
}
</style>
border-color css
<style>
span { border-color: #1F7AB4; }
span { border-color: rgb(31,122,180); }
td.TdClassName
{
border-color: #1F7AB4;
}
.TagClassName
{
border-color: #1F7AB4;
}
</style>