Shades of Persian Blue #2139AC
Tints of Persian Blue #2139AC
RGB
CMYK
RGB Variations
Color information
#2139AC (or 0x2139AC) is known color: Persian Blue. HEX triplet: 21, 39 and AC. RGB value is (33,57,172). Sum of RGB (Red+Green+Blue) = 33+57+172=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #2139AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2139AC is #DEC653. Grayscale: #3E3E3E. Windows color (decimal): -14599764 or 11286817. OLE color: 11286817.
HSL color Cylindrical-coordinate representation of color #2139AC: hue angle of 229.64º 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 #2139AC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 57 | 172 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.33 |
| HSL | 229.64º | 0.68% | 0.4% | - |
| HSV(B) | 229.64º | 0.81% | 0.67% | - |
| XYZ | 9.54 | 6.23 | 39.73 | - |
| YUV | 62.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 172 | 0.81 | 0.67 | 0 | 0.33 | 229.64 | 0.68 | 0.4 |
| Hex | 21 | 39 | AC | 51 | 43 | 0 | 21 | E6 | 44 | 28 |
| Octal | 41 | 71 | 254 | 121 | 103 | 0 | 41 | 346 | 104 | 50 |
| Binary | 100001 | 111001 | 10101100 | 1010001 | 1000011 | 0 | 100001 | 11100110 | 1000100 | 101000 |
Color Harmonies of #2139AC
Complementary color
Monochromatic Colors of #2139AC
Black with #2139AC
Text Example
Text Example
White with #2139AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2139AC; }
p { color: rgb(33,57,172); }
H1.HeaderClassName
{
color: #2139AC;
}
.AnyTagClassName
{
color: #2139AC;
}
</style>
background-color css
<style>
a { background-color: #2139AC; }
a { background-color: rgb(33,57,172); }
div.DivClassName
{
background-color: #2139AC;
}
.BgClassName
{
background-color: #2139AC;
}
</style>
border-color css
<style>
span { border-color: #2139AC; }
span { border-color: rgb(33,57,172); }
td.TdClassName
{
border-color: #2139AC;
}
.TagClassName
{
border-color: #2139AC;
}
</style>