Shades of Lochmara #1F669B
Tints of Lochmara #1F669B
RGB
CMYK
RGB Variations
Color information
#1F669B (or 0x1F669B) is known color: Lochmara. HEX triplet: 1F, 66 and 9B. RGB value is (31,102,155). Sum of RGB (Red+Green+Blue) = 31+102+155=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F669B is #E09964. Grayscale: #565656. Windows color (decimal): -14719333 or 10184223. OLE color: 10184223.
HSL color Cylindrical-coordinate representation of color #1F669B: hue angle of 205.65º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F669B is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 102 | 155 | - |
| CMYK | 0.8 | 0.34 | 0 | 0.39 |
| HSL | 205.65º | 0.67% | 0.36% | - |
| HSV(B) | 205.65º | 0.8% | 0.61% | - |
| XYZ | 11.23 | 12.16 | 32.77 | - |
| YUV | 86.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 155 | 0.8 | 0.34 | 0 | 0.39 | 205.65 | 0.67 | 0.36 |
| Hex | 1F | 66 | 9B | 50 | 22 | 0 | 27 | CE | 43 | 24 |
| Octal | 37 | 146 | 233 | 120 | 42 | 0 | 47 | 316 | 103 | 44 |
| Binary | 11111 | 1100110 | 10011011 | 1010000 | 100010 | 0 | 100111 | 11001110 | 1000011 | 100100 |
Color Harmonies of #1F669B
Complementary color
Monochromatic Colors of #1F669B
Black with #1F669B
Text Example
Text Example
White with #1F669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F669B; }
p { color: rgb(31,102,155); }
H1.HeaderClassName
{
color: #1F669B;
}
.AnyTagClassName
{
color: #1F669B;
}
</style>
background-color css
<style>
a { background-color: #1F669B; }
a { background-color: rgb(31,102,155); }
div.DivClassName
{
background-color: #1F669B;
}
.BgClassName
{
background-color: #1F669B;
}
</style>
border-color css
<style>
span { border-color: #1F669B; }
span { border-color: rgb(31,102,155); }
td.TdClassName
{
border-color: #1F669B;
}
.TagClassName
{
border-color: #1F669B;
}
</style>