Shades of Lochmara #21669F
Tints of Lochmara #21669F
RGB
CMYK
RGB Variations
Color information
#21669F (or 0x21669F) is known color: Lochmara. HEX triplet: 21, 66 and 9F. RGB value is (33,102,159). Sum of RGB (Red+Green+Blue) = 33+102+159=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #21669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21669F is #DE9960. Grayscale: #575757. Windows color (decimal): -14588257 or 10446369. OLE color: 10446369.
HSL color Cylindrical-coordinate representation of color #21669F: hue angle of 207.14º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21669F is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 102 | 159 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.38 |
| HSL | 207.14º | 0.66% | 0.38% | - |
| HSV(B) | 207.14º | 0.79% | 0.62% | - |
| XYZ | 11.64 | 12.33 | 34.57 | - |
| YUV | 87.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 159 | 0.79 | 0.36 | 0 | 0.38 | 207.14 | 0.66 | 0.38 |
| Hex | 21 | 66 | 9F | 4F | 24 | 0 | 26 | CF | 42 | 26 |
| Octal | 41 | 146 | 237 | 117 | 44 | 0 | 46 | 317 | 102 | 46 |
| Binary | 100001 | 1100110 | 10011111 | 1001111 | 100100 | 0 | 100110 | 11001111 | 1000010 | 100110 |
Color Harmonies of #21669F
Complementary color
Monochromatic Colors of #21669F
Black with #21669F
Text Example
Text Example
White with #21669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21669F; }
p { color: rgb(33,102,159); }
H1.HeaderClassName
{
color: #21669F;
}
.AnyTagClassName
{
color: #21669F;
}
</style>
background-color css
<style>
a { background-color: #21669F; }
a { background-color: rgb(33,102,159); }
div.DivClassName
{
background-color: #21669F;
}
.BgClassName
{
background-color: #21669F;
}
</style>
border-color css
<style>
span { border-color: #21669F; }
span { border-color: rgb(33,102,159); }
td.TdClassName
{
border-color: #21669F;
}
.TagClassName
{
border-color: #21669F;
}
</style>