Shades of Lochmara #1F689C
Tints of Lochmara #1F689C
RGB
CMYK
RGB Variations
Color information
#1F689C (or 0x1F689C) is known color: Lochmara. HEX triplet: 1F, 68 and 9C. RGB value is (31,104,156). Sum of RGB (Red+Green+Blue) = 31+104+156=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F689C is #E09763. Grayscale: #575757. Windows color (decimal): -14718820 or 10250271. OLE color: 10250271.
HSL color Cylindrical-coordinate representation of color #1F689C: hue angle of 204.96º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F689C is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 104 | 156 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.39 |
| HSL | 204.96º | 0.67% | 0.37% | - |
| HSV(B) | 204.96º | 0.8% | 0.61% | - |
| XYZ | 11.52 | 12.59 | 33.28 | - |
| YUV | 88.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 156 | 0.80 | 0.33 | 0 | 0.39 | 204.96 | 0.67 | 0.37 |
| Hex | 1F | 68 | 9C | 50 | 21 | 0 | 27 | CD | 43 | 25 |
| Octal | 37 | 150 | 234 | 120 | 41 | 0 | 47 | 315 | 103 | 45 |
| Binary | 11111 | 1101000 | 10011100 | 1010000 | 100001 | 0 | 100111 | 11001101 | 1000011 | 100101 |
Color Harmonies of #1F689C
Complementary color
Monochromatic Colors of #1F689C
Black with #1F689C
Text Example
Text Example
White with #1F689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F689C; }
p { color: rgb(31,104,156); }
H1.HeaderClassName
{
color: #1F689C;
}
.AnyTagClassName
{
color: #1F689C;
}
</style>
background-color css
<style>
a { background-color: #1F689C; }
a { background-color: rgb(31,104,156); }
div.DivClassName
{
background-color: #1F689C;
}
.BgClassName
{
background-color: #1F689C;
}
</style>
border-color css
<style>
span { border-color: #1F689C; }
span { border-color: rgb(31,104,156); }
td.TdClassName
{
border-color: #1F689C;
}
.TagClassName
{
border-color: #1F689C;
}
</style>