Shades of Lochmara #1F729D
Tints of Lochmara #1F729D
RGB
CMYK
RGB Variations
Color information
#1F729D (or 0x1F729D) is known color: Lochmara. HEX triplet: 1F, 72 and 9D. RGB value is (31,114,157). Sum of RGB (Red+Green+Blue) = 31+114+157=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F729D is #E08D62. Grayscale: #5D5D5D. Windows color (decimal): -14716259 or 10318367. OLE color: 10318367.
HSL color Cylindrical-coordinate representation of color #1F729D: hue angle of 200.48º 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 #1F729D is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 114 | 157 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.38 |
| HSL | 200.48º | 0.67% | 0.37% | - |
| HSV(B) | 200.48º | 0.8% | 0.62% | - |
| XYZ | 12.67 | 14.76 | 34.08 | - |
| YUV | 94.09 | 163.5 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 157 | 0.80 | 0.27 | 0 | 0.38 | 200.48 | 0.67 | 0.37 |
| Hex | 1F | 72 | 9D | 50 | 1B | 0 | 26 | C8 | 43 | 25 |
| Octal | 37 | 162 | 235 | 120 | 33 | 0 | 46 | 310 | 103 | 45 |
| Binary | 11111 | 1110010 | 10011101 | 1010000 | 11011 | 0 | 100110 | 11001000 | 1000011 | 100101 |
Color Harmonies of #1F729D
Complementary color
Monochromatic Colors of #1F729D
Black with #1F729D
Text Example
Text Example
White with #1F729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F729D; }
p { color: rgb(31,114,157); }
H1.HeaderClassName
{
color: #1F729D;
}
.AnyTagClassName
{
color: #1F729D;
}
</style>
background-color css
<style>
a { background-color: #1F729D; }
a { background-color: rgb(31,114,157); }
div.DivClassName
{
background-color: #1F729D;
}
.BgClassName
{
background-color: #1F729D;
}
</style>
border-color css
<style>
span { border-color: #1F729D; }
span { border-color: rgb(31,114,157); }
td.TdClassName
{
border-color: #1F729D;
}
.TagClassName
{
border-color: #1F729D;
}
</style>