Shades of Lochmara #26719B
Tints of Lochmara #26719B
RGB
CMYK
RGB Variations
Color information
#26719B (or 0x26719B) is known color: Lochmara. HEX triplet: 26, 71 and 9B. RGB value is (38,113,155). Sum of RGB (Red+Green+Blue) = 38+113+155=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #26719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26719B is #D98E64. Grayscale: #5F5F5F. Windows color (decimal): -14257765 or 10187046. OLE color: 10187046.
HSL color Cylindrical-coordinate representation of color #26719B: hue angle of 201.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26719B is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 113 | 155 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.39 |
| HSL | 201.54º | 0.61% | 0.38% | - |
| HSV(B) | 201.54º | 0.75% | 0.61% | - |
| XYZ | 12.62 | 14.59 | 33.16 | - |
| YUV | 95.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 155 | 0.75 | 0.27 | 0 | 0.39 | 201.54 | 0.61 | 0.38 |
| Hex | 26 | 71 | 9B | 4B | 1B | 0 | 27 | CA | 3D | 26 |
| Octal | 46 | 161 | 233 | 113 | 33 | 0 | 47 | 312 | 75 | 46 |
| Binary | 100110 | 1110001 | 10011011 | 1001011 | 11011 | 0 | 100111 | 11001010 | 111101 | 100110 |
Color Harmonies of #26719B
Complementary color
Monochromatic Colors of #26719B
Black with #26719B
Text Example
Text Example
White with #26719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26719B; }
p { color: rgb(38,113,155); }
H1.HeaderClassName
{
color: #26719B;
}
.AnyTagClassName
{
color: #26719B;
}
</style>
background-color css
<style>
a { background-color: #26719B; }
a { background-color: rgb(38,113,155); }
div.DivClassName
{
background-color: #26719B;
}
.BgClassName
{
background-color: #26719B;
}
</style>
border-color css
<style>
span { border-color: #26719B; }
span { border-color: rgb(38,113,155); }
td.TdClassName
{
border-color: #26719B;
}
.TagClassName
{
border-color: #26719B;
}
</style>