Shades of Persian Blue #2142AD
Tints of Persian Blue #2142AD
RGB
CMYK
RGB Variations
Color information
#2142AD (or 0x2142AD) is known color: Persian Blue. HEX triplet: 21, 42 and AD. RGB value is (33,66,173). Sum of RGB (Red+Green+Blue) = 33+66+173=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #2142AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AD is #DEBD52. Grayscale: #434343. Windows color (decimal): -14597459 or 11354657. OLE color: 11354657.
HSL color Cylindrical-coordinate representation of color #2142AD: hue angle of 225.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 66 | 173 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.32 |
| HSL | 225.86º | 0.68% | 0.4% | - |
| HSV(B) | 225.86º | 0.81% | 0.68% | - |
| XYZ | 10.12 | 7.24 | 40.4 | - |
| YUV | 68.33 | 187.07 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 173 | 0.81 | 0.62 | 0 | 0.32 | 225.86 | 0.68 | 0.4 |
| Hex | 21 | 42 | AD | 51 | 3E | 0 | 20 | E2 | 44 | 28 |
| Octal | 41 | 102 | 255 | 121 | 76 | 0 | 40 | 342 | 104 | 50 |
| Binary | 100001 | 1000010 | 10101101 | 1010001 | 111110 | 0 | 100000 | 11100010 | 1000100 | 101000 |
Color Harmonies of #2142AD
Complementary color
Monochromatic Colors of #2142AD
Black with #2142AD
Text Example
Text Example
White with #2142AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2142AD; }
p { color: rgb(33,66,173); }
H1.HeaderClassName
{
color: #2142AD;
}
.AnyTagClassName
{
color: #2142AD;
}
</style>
background-color css
<style>
a { background-color: #2142AD; }
a { background-color: rgb(33,66,173); }
div.DivClassName
{
background-color: #2142AD;
}
.BgClassName
{
background-color: #2142AD;
}
</style>
border-color css
<style>
span { border-color: #2142AD; }
span { border-color: rgb(33,66,173); }
td.TdClassName
{
border-color: #2142AD;
}
.TagClassName
{
border-color: #2142AD;
}
</style>