Shades of Allports #21687B
Tints of Allports #21687B
RGB
CMYK
RGB Variations
Color information
#21687B (or 0x21687B) is known color: Allports. HEX triplet: 21, 68 and 7B. RGB value is (33,104,123). Sum of RGB (Red+Green+Blue) = 33+104+123=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #21687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21687B is #DE9784. Grayscale: #545454. Windows color (decimal): -14587781 or 8087585. OLE color: 8087585.
HSL color Cylindrical-coordinate representation of color #21687B: hue angle of 192.67º 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 #21687B is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 104 | 123 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.52 |
| HSL | 192.67º | 0.58% | 0.31% | - |
| HSV(B) | 192.67º | 0.73% | 0.48% | - |
| XYZ | 9.15 | 11.65 | 20.51 | - |
| YUV | 84.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 123 | 0.73 | 0.15 | 0 | 0.52 | 192.67 | 0.58 | 0.31 |
| Hex | 21 | 68 | 7B | 49 | F | 0 | 34 | C1 | 3A | 1F |
| Octal | 41 | 150 | 173 | 111 | 17 | 0 | 64 | 301 | 72 | 37 |
| Binary | 100001 | 1101000 | 1111011 | 1001001 | 1111 | 0 | 110100 | 11000001 | 111010 | 11111 |
Color Harmonies of #21687B
Complementary color
Monochromatic Colors of #21687B
Black with #21687B
Text Example
Text Example
White with #21687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21687B; }
p { color: rgb(33,104,123); }
H1.HeaderClassName
{
color: #21687B;
}
.AnyTagClassName
{
color: #21687B;
}
</style>
background-color css
<style>
a { background-color: #21687B; }
a { background-color: rgb(33,104,123); }
div.DivClassName
{
background-color: #21687B;
}
.BgClassName
{
background-color: #21687B;
}
</style>
border-color css
<style>
span { border-color: #21687B; }
span { border-color: rgb(33,104,123); }
td.TdClassName
{
border-color: #21687B;
}
.TagClassName
{
border-color: #21687B;
}
</style>