Shades of Allports #21697B
Tints of Allports #21697B
RGB
CMYK
RGB Variations
Color information
#21697B (or 0x21697B) is known color: Allports. HEX triplet: 21, 69 and 7B. RGB value is (33,105,123). Sum of RGB (Red+Green+Blue) = 33+105+123=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #21697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21697B is #DE9684. Grayscale: #555555. Windows color (decimal): -14587525 or 8087841. OLE color: 8087841.
HSL color Cylindrical-coordinate representation of color #21697B: hue angle of 192º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21697B is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 105 | 123 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.52 |
| HSL | 192º | 0.58% | 0.31% | - |
| HSV(B) | 192º | 0.73% | 0.48% | - |
| XYZ | 9.25 | 11.86 | 20.54 | - |
| YUV | 85.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 123 | 0.73 | 0.15 | 0 | 0.52 | 192 | 0.58 | 0.31 |
| Hex | 21 | 69 | 7B | 49 | F | 0 | 34 | C0 | 3A | 1F |
| Octal | 41 | 151 | 173 | 111 | 17 | 0 | 64 | 300 | 72 | 37 |
| Binary | 100001 | 1101001 | 1111011 | 1001001 | 1111 | 0 | 110100 | 11000000 | 111010 | 11111 |
Color Harmonies of #21697B
Complementary color
Monochromatic Colors of #21697B
Black with #21697B
Text Example
Text Example
White with #21697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21697B; }
p { color: rgb(33,105,123); }
H1.HeaderClassName
{
color: #21697B;
}
.AnyTagClassName
{
color: #21697B;
}
</style>
background-color css
<style>
a { background-color: #21697B; }
a { background-color: rgb(33,105,123); }
div.DivClassName
{
background-color: #21697B;
}
.BgClassName
{
background-color: #21697B;
}
</style>
border-color css
<style>
span { border-color: #21697B; }
span { border-color: rgb(33,105,123); }
td.TdClassName
{
border-color: #21697B;
}
.TagClassName
{
border-color: #21697B;
}
</style>