Shades of Lochmara #1C6FAD
Tints of Lochmara #1C6FAD
RGB
CMYK
RGB Variations
Color information
#1C6FAD (or 0x1C6FAD) is known color: Lochmara. HEX triplet: 1C, 6F and AD. RGB value is (28,111,173). Sum of RGB (Red+Green+Blue) = 28+111+173=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C6FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6FAD is #E39052. Grayscale: #5C5C5C. Windows color (decimal): -14913619 or 11366172. OLE color: 11366172.
HSL color Cylindrical-coordinate representation of color #1C6FAD: hue angle of 205.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6FAD is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 111 | 173 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.32 |
| HSL | 205.66º | 0.72% | 0.39% | - |
| HSV(B) | 205.66º | 0.84% | 0.68% | - |
| XYZ | 13.71 | 14.63 | 41.64 | - |
| YUV | 93.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 111 | 173 | 0.84 | 0.36 | 0 | 0.32 | 205.66 | 0.72 | 0.39 |
| Hex | 1C | 6F | AD | 54 | 24 | 0 | 20 | CE | 48 | 27 |
| Octal | 34 | 157 | 255 | 124 | 44 | 0 | 40 | 316 | 110 | 47 |
| Binary | 11100 | 1101111 | 10101101 | 1010100 | 100100 | 0 | 100000 | 11001110 | 1001000 | 100111 |
Color Harmonies of #1C6FAD
Complementary color
Monochromatic Colors of #1C6FAD
Black with #1C6FAD
Text Example
Text Example
White with #1C6FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6FAD; }
p { color: rgb(28,111,173); }
H1.HeaderClassName
{
color: #1C6FAD;
}
.AnyTagClassName
{
color: #1C6FAD;
}
</style>
background-color css
<style>
a { background-color: #1C6FAD; }
a { background-color: rgb(28,111,173); }
div.DivClassName
{
background-color: #1C6FAD;
}
.BgClassName
{
background-color: #1C6FAD;
}
</style>
border-color css
<style>
span { border-color: #1C6FAD; }
span { border-color: rgb(28,111,173); }
td.TdClassName
{
border-color: #1C6FAD;
}
.TagClassName
{
border-color: #1C6FAD;
}
</style>