Shades of Lochmara #1F76B0
Tints of Lochmara #1F76B0
RGB
CMYK
RGB Variations
Color information
#1F76B0 (or 0x1F76B0) is known color: Lochmara. HEX triplet: 1F, 76 and B0. RGB value is (31,118,176). Sum of RGB (Red+Green+Blue) = 31+118+176=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F76B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F76B0 is #E0894F. Grayscale: #626262. Windows color (decimal): -14715216 or 11564575. OLE color: 11564575.
HSL color Cylindrical-coordinate representation of color #1F76B0: hue angle of 204º 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 #1F76B0 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 118 | 176 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.31 |
| HSL | 204º | 0.7% | 0.41% | - |
| HSV(B) | 204º | 0.82% | 0.69% | - |
| XYZ | 14.88 | 16.38 | 43.45 | - |
| YUV | 98.6 | 171.68 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 176 | 0.82 | 0.33 | 0 | 0.31 | 204 | 0.7 | 0.41 |
| Hex | 1F | 76 | B0 | 52 | 21 | 0 | 1F | CC | 46 | 29 |
| Octal | 37 | 166 | 260 | 122 | 41 | 0 | 37 | 314 | 106 | 51 |
| Binary | 11111 | 1110110 | 10110000 | 1010010 | 100001 | 0 | 11111 | 11001100 | 1000110 | 101001 |
Color Harmonies of #1F76B0
Complementary color
Monochromatic Colors of #1F76B0
Black with #1F76B0
Text Example
Text Example
White with #1F76B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76B0; }
p { color: rgb(31,118,176); }
H1.HeaderClassName
{
color: #1F76B0;
}
.AnyTagClassName
{
color: #1F76B0;
}
</style>
background-color css
<style>
a { background-color: #1F76B0; }
a { background-color: rgb(31,118,176); }
div.DivClassName
{
background-color: #1F76B0;
}
.BgClassName
{
background-color: #1F76B0;
}
</style>
border-color css
<style>
span { border-color: #1F76B0; }
span { border-color: rgb(31,118,176); }
td.TdClassName
{
border-color: #1F76B0;
}
.TagClassName
{
border-color: #1F76B0;
}
</style>