Shades of Lochmara #1F789D
Tints of Lochmara #1F789D
RGB
CMYK
RGB Variations
Color information
#1F789D (or 0x1F789D) is known color: Lochmara. HEX triplet: 1F, 78 and 9D. RGB value is (31,120,157). Sum of RGB (Red+Green+Blue) = 31+120+157=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F789D is #E08762. Grayscale: #616161. Windows color (decimal): -14714723 or 10319903. OLE color: 10319903.
HSL color Cylindrical-coordinate representation of color #1F789D: hue angle of 197.62º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F789D is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 120 | 157 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.38 |
| HSL | 197.62º | 0.67% | 0.37% | - |
| HSV(B) | 197.62º | 0.8% | 0.62% | - |
| XYZ | 13.37 | 16.16 | 34.31 | - |
| YUV | 97.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 157 | 0.80 | 0.24 | 0 | 0.38 | 197.62 | 0.67 | 0.37 |
| Hex | 1F | 78 | 9D | 50 | 18 | 0 | 26 | C6 | 43 | 25 |
| Octal | 37 | 170 | 235 | 120 | 30 | 0 | 46 | 306 | 103 | 45 |
| Binary | 11111 | 1111000 | 10011101 | 1010000 | 11000 | 0 | 100110 | 11000110 | 1000011 | 100101 |
Color Harmonies of #1F789D
Complementary color
Monochromatic Colors of #1F789D
Black with #1F789D
Text Example
Text Example
White with #1F789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F789D; }
p { color: rgb(31,120,157); }
H1.HeaderClassName
{
color: #1F789D;
}
.AnyTagClassName
{
color: #1F789D;
}
</style>
background-color css
<style>
a { background-color: #1F789D; }
a { background-color: rgb(31,120,157); }
div.DivClassName
{
background-color: #1F789D;
}
.BgClassName
{
background-color: #1F789D;
}
</style>
border-color css
<style>
span { border-color: #1F789D; }
span { border-color: rgb(31,120,157); }
td.TdClassName
{
border-color: #1F789D;
}
.TagClassName
{
border-color: #1F789D;
}
</style>