Shades of Lochmara #1B6F9D
Tints of Lochmara #1B6F9D
RGB
CMYK
RGB Variations
Color information
#1B6F9D (or 0x1B6F9D) is known color: Lochmara. HEX triplet: 1B, 6F and 9D. RGB value is (27,111,157). Sum of RGB (Red+Green+Blue) = 27+111+157=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B6F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6F9D is #E49062. Grayscale: #5A5A5A. Windows color (decimal): -14979171 or 10317595. OLE color: 10317595.
HSL color Cylindrical-coordinate representation of color #1B6F9D: hue angle of 201.23º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B6F9D is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 111 | 157 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.38 |
| HSL | 201.23º | 0.71% | 0.36% | - |
| HSV(B) | 201.23º | 0.83% | 0.62% | - |
| XYZ | 12.22 | 14.04 | 33.96 | - |
| YUV | 91.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 157 | 0.83 | 0.29 | 0 | 0.38 | 201.23 | 0.71 | 0.36 |
| Hex | 1B | 6F | 9D | 53 | 1D | 0 | 26 | C9 | 47 | 24 |
| Octal | 33 | 157 | 235 | 123 | 35 | 0 | 46 | 311 | 107 | 44 |
| Binary | 11011 | 1101111 | 10011101 | 1010011 | 11101 | 0 | 100110 | 11001001 | 1000111 | 100100 |
Color Harmonies of #1B6F9D
Complementary color
Monochromatic Colors of #1B6F9D
Black with #1B6F9D
Text Example
Text Example
White with #1B6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6F9D; }
p { color: rgb(27,111,157); }
H1.HeaderClassName
{
color: #1B6F9D;
}
.AnyTagClassName
{
color: #1B6F9D;
}
</style>
background-color css
<style>
a { background-color: #1B6F9D; }
a { background-color: rgb(27,111,157); }
div.DivClassName
{
background-color: #1B6F9D;
}
.BgClassName
{
background-color: #1B6F9D;
}
</style>
border-color css
<style>
span { border-color: #1B6F9D; }
span { border-color: rgb(27,111,157); }
td.TdClassName
{
border-color: #1B6F9D;
}
.TagClassName
{
border-color: #1B6F9D;
}
</style>