Shades of Lochmara #21699D
Tints of Lochmara #21699D
RGB
CMYK
RGB Variations
Color information
#21699D (or 0x21699D) is known color: Lochmara. HEX triplet: 21, 69 and 9D. RGB value is (33,105,157). Sum of RGB (Red+Green+Blue) = 33+105+157=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #21699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21699D is #DE9662. Grayscale: #595959. Windows color (decimal): -14587491 or 10316065. OLE color: 10316065.
HSL color Cylindrical-coordinate representation of color #21699D: hue angle of 205.16º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21699D is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 105 | 157 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.38 |
| HSL | 205.16º | 0.65% | 0.37% | - |
| HSV(B) | 205.16º | 0.79% | 0.62% | - |
| XYZ | 11.76 | 12.86 | 33.76 | - |
| YUV | 89.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 157 | 0.79 | 0.33 | 0 | 0.38 | 205.16 | 0.65 | 0.37 |
| Hex | 21 | 69 | 9D | 4F | 21 | 0 | 26 | CD | 41 | 25 |
| Octal | 41 | 151 | 235 | 117 | 41 | 0 | 46 | 315 | 101 | 45 |
| Binary | 100001 | 1101001 | 10011101 | 1001111 | 100001 | 0 | 100110 | 11001101 | 1000001 | 100101 |
Color Harmonies of #21699D
Complementary color
Monochromatic Colors of #21699D
Black with #21699D
Text Example
Text Example
White with #21699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21699D; }
p { color: rgb(33,105,157); }
H1.HeaderClassName
{
color: #21699D;
}
.AnyTagClassName
{
color: #21699D;
}
</style>
background-color css
<style>
a { background-color: #21699D; }
a { background-color: rgb(33,105,157); }
div.DivClassName
{
background-color: #21699D;
}
.BgClassName
{
background-color: #21699D;
}
</style>
border-color css
<style>
span { border-color: #21699D; }
span { border-color: rgb(33,105,157); }
td.TdClassName
{
border-color: #21699D;
}
.TagClassName
{
border-color: #21699D;
}
</style>