Shades of Tory Blue #21418F
Tints of Tory Blue #21418F
RGB
CMYK
RGB Variations
Color information
#21418F (or 0x21418F) is known color: Tory Blue. HEX triplet: 21, 41 and 8F. RGB value is (33,65,143). Sum of RGB (Red+Green+Blue) = 33+65+143=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #21418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21418F is #DEBE70. Grayscale: #3F3F3F. Windows color (decimal): -14597745 or 9388321. OLE color: 9388321.
HSL color Cylindrical-coordinate representation of color #21418F: hue angle of 222.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21418F is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 65 | 143 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.44 |
| HSL | 222.55º | 0.63% | 0.35% | - |
| HSV(B) | 222.55º | 0.77% | 0.56% | - |
| XYZ | 7.48 | 6.09 | 26.77 | - |
| YUV | 64.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 143 | 0.77 | 0.55 | 0 | 0.44 | 222.55 | 0.63 | 0.35 |
| Hex | 21 | 41 | 8F | 4D | 37 | 0 | 2C | DF | 3E | 23 |
| Octal | 41 | 101 | 217 | 115 | 67 | 0 | 54 | 337 | 76 | 43 |
| Binary | 100001 | 1000001 | 10001111 | 1001101 | 110111 | 0 | 101100 | 11011111 | 111110 | 100011 |
Color Harmonies of #21418F
Complementary color
Monochromatic Colors of #21418F
Black with #21418F
Text Example
Text Example
White with #21418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21418F; }
p { color: rgb(33,65,143); }
H1.HeaderClassName
{
color: #21418F;
}
.AnyTagClassName
{
color: #21418F;
}
</style>
background-color css
<style>
a { background-color: #21418F; }
a { background-color: rgb(33,65,143); }
div.DivClassName
{
background-color: #21418F;
}
.BgClassName
{
background-color: #21418F;
}
</style>
border-color css
<style>
span { border-color: #21418F; }
span { border-color: rgb(33,65,143); }
td.TdClassName
{
border-color: #21418F;
}
.TagClassName
{
border-color: #21418F;
}
</style>