Shades of Lochmara #1C67A7
Tints of Lochmara #1C67A7
RGB
CMYK
RGB Variations
Color information
#1C67A7 (or 0x1C67A7) is known color: Lochmara. HEX triplet: 1C, 67 and A7. RGB value is (28,103,167). Sum of RGB (Red+Green+Blue) = 28+103+167=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #1C67A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C67A7 is #E39858. Grayscale: #575757. Windows color (decimal): -14915673 or 10970908. OLE color: 10970908.
HSL color Cylindrical-coordinate representation of color #1C67A7: hue angle of 207.63º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C67A7 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 103 | 167 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.35 |
| HSL | 207.63º | 0.71% | 0.38% | - |
| HSV(B) | 207.63º | 0.83% | 0.65% | - |
| XYZ | 12.3 | 12.74 | 38.37 | - |
| YUV | 87.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 167 | 0.83 | 0.38 | 0 | 0.35 | 207.63 | 0.71 | 0.38 |
| Hex | 1C | 67 | A7 | 53 | 26 | 0 | 23 | D0 | 47 | 26 |
| Octal | 34 | 147 | 247 | 123 | 46 | 0 | 43 | 320 | 107 | 46 |
| Binary | 11100 | 1100111 | 10100111 | 1010011 | 100110 | 0 | 100011 | 11010000 | 1000111 | 100110 |
Color Harmonies of #1C67A7
Complementary color
Monochromatic Colors of #1C67A7
Black with #1C67A7
Text Example
Text Example
White with #1C67A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C67A7; }
p { color: rgb(28,103,167); }
H1.HeaderClassName
{
color: #1C67A7;
}
.AnyTagClassName
{
color: #1C67A7;
}
</style>
background-color css
<style>
a { background-color: #1C67A7; }
a { background-color: rgb(28,103,167); }
div.DivClassName
{
background-color: #1C67A7;
}
.BgClassName
{
background-color: #1C67A7;
}
</style>
border-color css
<style>
span { border-color: #1C67A7; }
span { border-color: rgb(28,103,167); }
td.TdClassName
{
border-color: #1C67A7;
}
.TagClassName
{
border-color: #1C67A7;
}
</style>