Shades of Lochmara #1F689D
Tints of Lochmara #1F689D
RGB
CMYK
RGB Variations
Color information
#1F689D (or 0x1F689D) is known color: Lochmara. HEX triplet: 1F, 68 and 9D. RGB value is (31,104,157). Sum of RGB (Red+Green+Blue) = 31+104+157=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F689D is #E09762. Grayscale: #575757. Windows color (decimal): -14718819 or 10315807. OLE color: 10315807.
HSL color Cylindrical-coordinate representation of color #1F689D: hue angle of 205.24º 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 #1F689D is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 104 | 157 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.38 |
| HSL | 205.24º | 0.67% | 0.37% | - |
| HSV(B) | 205.24º | 0.8% | 0.62% | - |
| XYZ | 11.6 | 12.63 | 33.72 | - |
| YUV | 88.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 157 | 0.80 | 0.34 | 0 | 0.38 | 205.24 | 0.67 | 0.37 |
| Hex | 1F | 68 | 9D | 50 | 22 | 0 | 26 | CD | 43 | 25 |
| Octal | 37 | 150 | 235 | 120 | 42 | 0 | 46 | 315 | 103 | 45 |
| Binary | 11111 | 1101000 | 10011101 | 1010000 | 100010 | 0 | 100110 | 11001101 | 1000011 | 100101 |
Color Harmonies of #1F689D
Complementary color
Monochromatic Colors of #1F689D
Black with #1F689D
Text Example
Text Example
White with #1F689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F689D; }
p { color: rgb(31,104,157); }
H1.HeaderClassName
{
color: #1F689D;
}
.AnyTagClassName
{
color: #1F689D;
}
</style>
background-color css
<style>
a { background-color: #1F689D; }
a { background-color: rgb(31,104,157); }
div.DivClassName
{
background-color: #1F689D;
}
.BgClassName
{
background-color: #1F689D;
}
</style>
border-color css
<style>
span { border-color: #1F689D; }
span { border-color: rgb(31,104,157); }
td.TdClassName
{
border-color: #1F689D;
}
.TagClassName
{
border-color: #1F689D;
}
</style>