Shades of Allports #21667F
Tints of Allports #21667F
RGB
CMYK
RGB Variations
Color information
#21667F (or 0x21667F) is known color: Allports. HEX triplet: 21, 66 and 7F. RGB value is (33,102,127). Sum of RGB (Red+Green+Blue) = 33+102+127=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #21667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21667F is #DE9980. Grayscale: #545454. Windows color (decimal): -14588289 or 8349217. OLE color: 8349217.
HSL color Cylindrical-coordinate representation of color #21667F: hue angle of 195.96º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21667F is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 102 | 127 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.50 |
| HSL | 195.96º | 0.59% | 0.31% | - |
| HSV(B) | 195.96º | 0.74% | 0.5% | - |
| XYZ | 9.21 | 11.36 | 21.79 | - |
| YUV | 84.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 127 | 0.74 | 0.20 | 0 | 0.50 | 195.96 | 0.59 | 0.31 |
| Hex | 21 | 66 | 7F | 4A | 14 | 0 | 32 | C4 | 3B | 1F |
| Octal | 41 | 146 | 177 | 112 | 24 | 0 | 62 | 304 | 73 | 37 |
| Binary | 100001 | 1100110 | 1111111 | 1001010 | 10100 | 0 | 110010 | 11000100 | 111011 | 11111 |
Color Harmonies of #21667F
Complementary color
Monochromatic Colors of #21667F
Black with #21667F
Text Example
Text Example
White with #21667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21667F; }
p { color: rgb(33,102,127); }
H1.HeaderClassName
{
color: #21667F;
}
.AnyTagClassName
{
color: #21667F;
}
</style>
background-color css
<style>
a { background-color: #21667F; }
a { background-color: rgb(33,102,127); }
div.DivClassName
{
background-color: #21667F;
}
.BgClassName
{
background-color: #21667F;
}
</style>
border-color css
<style>
span { border-color: #21667F; }
span { border-color: rgb(33,102,127); }
td.TdClassName
{
border-color: #21667F;
}
.TagClassName
{
border-color: #21667F;
}
</style>