Shades of Lochmara #1F76B4
Tints of Lochmara #1F76B4
RGB
CMYK
RGB Variations
Color information
#1F76B4 (or 0x1F76B4) is known color: Lochmara. HEX triplet: 1F, 76 and B4. RGB value is (31,118,180). Sum of RGB (Red+Green+Blue) = 31+118+180=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F76B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76B4 is #E0894B. Grayscale: #626262. Windows color (decimal): -14715212 or 11826719. OLE color: 11826719.
HSL color Cylindrical-coordinate representation of color #1F76B4: hue angle of 204.97º 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 #1F76B4 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 118 | 180 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.29 |
| HSL | 204.97º | 0.71% | 0.41% | - |
| HSV(B) | 204.97º | 0.83% | 0.71% | - |
| XYZ | 15.28 | 16.54 | 45.57 | - |
| YUV | 99.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 180 | 0.83 | 0.34 | 0 | 0.29 | 204.97 | 0.71 | 0.41 |
| Hex | 1F | 76 | B4 | 53 | 22 | 0 | 1D | CD | 47 | 29 |
| Octal | 37 | 166 | 264 | 123 | 42 | 0 | 35 | 315 | 107 | 51 |
| Binary | 11111 | 1110110 | 10110100 | 1010011 | 100010 | 0 | 11101 | 11001101 | 1000111 | 101001 |
Color Harmonies of #1F76B4
Complementary color
Monochromatic Colors of #1F76B4
Black with #1F76B4
Text Example
Text Example
White with #1F76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76B4; }
p { color: rgb(31,118,180); }
H1.HeaderClassName
{
color: #1F76B4;
}
.AnyTagClassName
{
color: #1F76B4;
}
</style>
background-color css
<style>
a { background-color: #1F76B4; }
a { background-color: rgb(31,118,180); }
div.DivClassName
{
background-color: #1F76B4;
}
.BgClassName
{
background-color: #1F76B4;
}
</style>
border-color css
<style>
span { border-color: #1F76B4; }
span { border-color: rgb(31,118,180); }
td.TdClassName
{
border-color: #1F76B4;
}
.TagClassName
{
border-color: #1F76B4;
}
</style>