Shades of Lochmara #1F77A9
Tints of Lochmara #1F77A9
RGB
CMYK
RGB Variations
Color information
#1F77A9 (or 0x1F77A9) is known color: Lochmara. HEX triplet: 1F, 77 and A9. RGB value is (31,119,169). Sum of RGB (Red+Green+Blue) = 31+119+169=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #1F77A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F77A9 is #E08856. Grayscale: #626262. Windows color (decimal): -14714967 or 11106079. OLE color: 11106079.
HSL color Cylindrical-coordinate representation of color #1F77A9: hue angle of 201.74º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F77A9 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 119 | 169 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.34 |
| HSL | 201.74º | 0.69% | 0.39% | - |
| HSV(B) | 201.74º | 0.82% | 0.66% | - |
| XYZ | 14.32 | 16.35 | 39.94 | - |
| YUV | 98.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 169 | 0.82 | 0.30 | 0 | 0.34 | 201.74 | 0.69 | 0.39 |
| Hex | 1F | 77 | A9 | 52 | 1E | 0 | 22 | CA | 45 | 27 |
| Octal | 37 | 167 | 251 | 122 | 36 | 0 | 42 | 312 | 105 | 47 |
| Binary | 11111 | 1110111 | 10101001 | 1010010 | 11110 | 0 | 100010 | 11001010 | 1000101 | 100111 |
Color Harmonies of #1F77A9
Complementary color
Monochromatic Colors of #1F77A9
Black with #1F77A9
Text Example
Text Example
White with #1F77A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F77A9; }
p { color: rgb(31,119,169); }
H1.HeaderClassName
{
color: #1F77A9;
}
.AnyTagClassName
{
color: #1F77A9;
}
</style>
background-color css
<style>
a { background-color: #1F77A9; }
a { background-color: rgb(31,119,169); }
div.DivClassName
{
background-color: #1F77A9;
}
.BgClassName
{
background-color: #1F77A9;
}
</style>
border-color css
<style>
span { border-color: #1F77A9; }
span { border-color: rgb(31,119,169); }
td.TdClassName
{
border-color: #1F77A9;
}
.TagClassName
{
border-color: #1F77A9;
}
</style>