Shades of Lochmara #1F6BA4
Tints of Lochmara #1F6BA4
RGB
CMYK
RGB Variations
Color information
#1F6BA4 (or 0x1F6BA4) is known color: Lochmara. HEX triplet: 1F, 6B and A4. RGB value is (31,107,164). Sum of RGB (Red+Green+Blue) = 31+107+164=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F6BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6BA4 is #E0945B. Grayscale: #5A5A5A. Windows color (decimal): -14718044 or 10775327. OLE color: 10775327.
HSL color Cylindrical-coordinate representation of color #1F6BA4: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F6BA4 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 107 | 164 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.36 |
| HSL | 205.71º | 0.68% | 0.38% | - |
| HSV(B) | 205.71º | 0.81% | 0.64% | - |
| XYZ | 12.52 | 13.49 | 37.07 | - |
| YUV | 90.77 | 169.32 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 164 | 0.81 | 0.35 | 0 | 0.36 | 205.71 | 0.68 | 0.38 |
| Hex | 1F | 6B | A4 | 51 | 23 | 0 | 24 | CE | 44 | 26 |
| Octal | 37 | 153 | 244 | 121 | 43 | 0 | 44 | 316 | 104 | 46 |
| Binary | 11111 | 1101011 | 10100100 | 1010001 | 100011 | 0 | 100100 | 11001110 | 1000100 | 100110 |
Color Harmonies of #1F6BA4
Complementary color
Monochromatic Colors of #1F6BA4
Black with #1F6BA4
Text Example
Text Example
White with #1F6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6BA4; }
p { color: rgb(31,107,164); }
H1.HeaderClassName
{
color: #1F6BA4;
}
.AnyTagClassName
{
color: #1F6BA4;
}
</style>
background-color css
<style>
a { background-color: #1F6BA4; }
a { background-color: rgb(31,107,164); }
div.DivClassName
{
background-color: #1F6BA4;
}
.BgClassName
{
background-color: #1F6BA4;
}
</style>
border-color css
<style>
span { border-color: #1F6BA4; }
span { border-color: rgb(31,107,164); }
td.TdClassName
{
border-color: #1F6BA4;
}
.TagClassName
{
border-color: #1F6BA4;
}
</style>