Shades of Persian Blue #2142AB
Tints of Persian Blue #2142AB
RGB
CMYK
RGB Variations
Color information
#2142AB (or 0x2142AB) is known color: Persian Blue. HEX triplet: 21, 42 and AB. RGB value is (33,66,171). Sum of RGB (Red+Green+Blue) = 33+66+171=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #2142AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AB is #DEBD54. Grayscale: #434343. Windows color (decimal): -14597461 or 11223585. OLE color: 11223585.
HSL color Cylindrical-coordinate representation of color #2142AB: hue angle of 225.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 66 | 171 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.33 |
| HSL | 225.65º | 0.68% | 0.4% | - |
| HSV(B) | 225.65º | 0.81% | 0.67% | - |
| XYZ | 9.93 | 7.16 | 39.39 | - |
| YUV | 68.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 171 | 0.81 | 0.61 | 0 | 0.33 | 225.65 | 0.68 | 0.4 |
| Hex | 21 | 42 | AB | 51 | 3D | 0 | 21 | E2 | 44 | 28 |
| Octal | 41 | 102 | 253 | 121 | 75 | 0 | 41 | 342 | 104 | 50 |
| Binary | 100001 | 1000010 | 10101011 | 1010001 | 111101 | 0 | 100001 | 11100010 | 1000100 | 101000 |
Color Harmonies of #2142AB
Complementary color
Monochromatic Colors of #2142AB
Black with #2142AB
Text Example
Text Example
White with #2142AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2142AB; }
p { color: rgb(33,66,171); }
H1.HeaderClassName
{
color: #2142AB;
}
.AnyTagClassName
{
color: #2142AB;
}
</style>
background-color css
<style>
a { background-color: #2142AB; }
a { background-color: rgb(33,66,171); }
div.DivClassName
{
background-color: #2142AB;
}
.BgClassName
{
background-color: #2142AB;
}
</style>
border-color css
<style>
span { border-color: #2142AB; }
span { border-color: rgb(33,66,171); }
td.TdClassName
{
border-color: #2142AB;
}
.TagClassName
{
border-color: #2142AB;
}
</style>