Shades of Persian Blue #2139AB
Tints of Persian Blue #2139AB
RGB
CMYK
RGB Variations
Color information
#2139AB (or 0x2139AB) is known color: Persian Blue. HEX triplet: 21, 39 and AB. RGB value is (33,57,171). Sum of RGB (Red+Green+Blue) = 33+57+171=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2139AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2139AB is #DEC654. Grayscale: #3E3E3E. Windows color (decimal): -14599765 or 11221281. OLE color: 11221281.
HSL color Cylindrical-coordinate representation of color #2139AB: hue angle of 229.57º 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 #2139AB is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 57 | 171 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.33 |
| HSL | 229.57º | 0.68% | 0.4% | - |
| HSV(B) | 229.57º | 0.81% | 0.67% | - |
| XYZ | 9.44 | 6.19 | 39.23 | - |
| YUV | 62.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 171 | 0.81 | 0.67 | 0 | 0.33 | 229.57 | 0.68 | 0.4 |
| Hex | 21 | 39 | AB | 51 | 43 | 0 | 21 | E6 | 44 | 28 |
| Octal | 41 | 71 | 253 | 121 | 103 | 0 | 41 | 346 | 104 | 50 |
| Binary | 100001 | 111001 | 10101011 | 1010001 | 1000011 | 0 | 100001 | 11100110 | 1000100 | 101000 |
Color Harmonies of #2139AB
Complementary color
Monochromatic Colors of #2139AB
Black with #2139AB
Text Example
Text Example
White with #2139AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2139AB; }
p { color: rgb(33,57,171); }
H1.HeaderClassName
{
color: #2139AB;
}
.AnyTagClassName
{
color: #2139AB;
}
</style>
background-color css
<style>
a { background-color: #2139AB; }
a { background-color: rgb(33,57,171); }
div.DivClassName
{
background-color: #2139AB;
}
.BgClassName
{
background-color: #2139AB;
}
</style>
border-color css
<style>
span { border-color: #2139AB; }
span { border-color: rgb(33,57,171); }
td.TdClassName
{
border-color: #2139AB;
}
.TagClassName
{
border-color: #2139AB;
}
</style>