Shades of Lochmara #256A9F
Tints of Lochmara #256A9F
RGB
CMYK
RGB Variations
Color information
#256A9F (or 0x256A9F) is known color: Lochmara. HEX triplet: 25, 6A and 9F. RGB value is (37,106,159). Sum of RGB (Red+Green+Blue) = 37+106+159=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #256A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A9F is #DA9560. Grayscale: #5B5B5B. Windows color (decimal): -14325089 or 10447397. OLE color: 10447397.
HSL color Cylindrical-coordinate representation of color #256A9F: hue angle of 206.07º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256A9F is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 106 | 159 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.38 |
| HSL | 206.07º | 0.62% | 0.38% | - |
| HSV(B) | 206.07º | 0.77% | 0.62% | - |
| XYZ | 12.17 | 13.2 | 34.71 | - |
| YUV | 91.41 | 166.14 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 159 | 0.77 | 0.33 | 0 | 0.38 | 206.07 | 0.62 | 0.38 |
| Hex | 25 | 6A | 9F | 4D | 21 | 0 | 26 | CE | 3E | 26 |
| Octal | 45 | 152 | 237 | 115 | 41 | 0 | 46 | 316 | 76 | 46 |
| Binary | 100101 | 1101010 | 10011111 | 1001101 | 100001 | 0 | 100110 | 11001110 | 111110 | 100110 |
Color Harmonies of #256A9F
Complementary color
Monochromatic Colors of #256A9F
Black with #256A9F
Text Example
Text Example
White with #256A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A9F; }
p { color: rgb(37,106,159); }
H1.HeaderClassName
{
color: #256A9F;
}
.AnyTagClassName
{
color: #256A9F;
}
</style>
background-color css
<style>
a { background-color: #256A9F; }
a { background-color: rgb(37,106,159); }
div.DivClassName
{
background-color: #256A9F;
}
.BgClassName
{
background-color: #256A9F;
}
</style>
border-color css
<style>
span { border-color: #256A9F; }
span { border-color: rgb(37,106,159); }
td.TdClassName
{
border-color: #256A9F;
}
.TagClassName
{
border-color: #256A9F;
}
</style>