Shades of Lochmara #1F7BAF
Tints of Lochmara #1F7BAF
RGB
CMYK
RGB Variations
Color information
#1F7BAF (or 0x1F7BAF) is known color: Lochmara. HEX triplet: 1F, 7B and AF. RGB value is (31,123,175). Sum of RGB (Red+Green+Blue) = 31+123+175=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7BAF is #E08450. Grayscale: #656565. Windows color (decimal): -14713937 or 11500319. OLE color: 11500319.
HSL color Cylindrical-coordinate representation of color #1F7BAF: hue angle of 201.67º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7BAF is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 123 | 175 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.31 |
| HSL | 201.67º | 0.7% | 0.4% | - |
| HSV(B) | 201.67º | 0.82% | 0.69% | - |
| XYZ | 15.39 | 17.55 | 43.13 | - |
| YUV | 101.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 175 | 0.82 | 0.30 | 0 | 0.31 | 201.67 | 0.7 | 0.4 |
| Hex | 1F | 7B | AF | 52 | 1E | 0 | 1F | CA | 46 | 28 |
| Octal | 37 | 173 | 257 | 122 | 36 | 0 | 37 | 312 | 106 | 50 |
| Binary | 11111 | 1111011 | 10101111 | 1010010 | 11110 | 0 | 11111 | 11001010 | 1000110 | 101000 |
Color Harmonies of #1F7BAF
Complementary color
Monochromatic Colors of #1F7BAF
Black with #1F7BAF
Text Example
Text Example
White with #1F7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7BAF; }
p { color: rgb(31,123,175); }
H1.HeaderClassName
{
color: #1F7BAF;
}
.AnyTagClassName
{
color: #1F7BAF;
}
</style>
background-color css
<style>
a { background-color: #1F7BAF; }
a { background-color: rgb(31,123,175); }
div.DivClassName
{
background-color: #1F7BAF;
}
.BgClassName
{
background-color: #1F7BAF;
}
</style>
border-color css
<style>
span { border-color: #1F7BAF; }
span { border-color: rgb(31,123,175); }
td.TdClassName
{
border-color: #1F7BAF;
}
.TagClassName
{
border-color: #1F7BAF;
}
</style>