Shades of Lochmara #1B639F
Tints of Lochmara #1B639F
RGB
CMYK
RGB Variations
Color information
#1B639F (or 0x1B639F) is known color: Lochmara. HEX triplet: 1B, 63 and 9F. RGB value is (27,99,159). Sum of RGB (Red+Green+Blue) = 27+99+159=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B639F is #E49C60. Grayscale: #535353. Windows color (decimal): -14982241 or 10445595. OLE color: 10445595.
HSL color Cylindrical-coordinate representation of color #1B639F: hue angle of 207.27º 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 #1B639F is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 99 | 159 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.38 |
| HSL | 207.27º | 0.71% | 0.36% | - |
| HSV(B) | 207.27º | 0.83% | 0.62% | - |
| XYZ | 11.17 | 11.66 | 34.46 | - |
| YUV | 84.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 159 | 0.83 | 0.38 | 0 | 0.38 | 207.27 | 0.71 | 0.36 |
| Hex | 1B | 63 | 9F | 53 | 26 | 0 | 26 | CF | 47 | 24 |
| Octal | 33 | 143 | 237 | 123 | 46 | 0 | 46 | 317 | 107 | 44 |
| Binary | 11011 | 1100011 | 10011111 | 1010011 | 100110 | 0 | 100110 | 11001111 | 1000111 | 100100 |
Color Harmonies of #1B639F
Complementary color
Monochromatic Colors of #1B639F
Black with #1B639F
Text Example
Text Example
White with #1B639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B639F; }
p { color: rgb(27,99,159); }
H1.HeaderClassName
{
color: #1B639F;
}
.AnyTagClassName
{
color: #1B639F;
}
</style>
background-color css
<style>
a { background-color: #1B639F; }
a { background-color: rgb(27,99,159); }
div.DivClassName
{
background-color: #1B639F;
}
.BgClassName
{
background-color: #1B639F;
}
</style>
border-color css
<style>
span { border-color: #1B639F; }
span { border-color: rgb(27,99,159); }
td.TdClassName
{
border-color: #1B639F;
}
.TagClassName
{
border-color: #1B639F;
}
</style>