Shades of Persian Blue #2042BA
Tints of Persian Blue #2042BA
RGB
CMYK
RGB Variations
Color information
#2042BA (or 0x2042BA) is known color: Persian Blue. HEX triplet: 20, 42 and BA. RGB value is (32,66,186). Sum of RGB (Red+Green+Blue) = 32+66+186=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #2042BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2042BA is #DFBD45. Grayscale: #454545. Windows color (decimal): -14662982 or 12206624. OLE color: 12206624.
HSL color Cylindrical-coordinate representation of color #2042BA: hue angle of 226.75º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2042BA is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 66 | 186 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.27 |
| HSL | 226.75º | 0.71% | 0.43% | - |
| HSV(B) | 226.75º | 0.83% | 0.73% | - |
| XYZ | 11.41 | 7.75 | 47.35 | - |
| YUV | 69.51 | 193.74 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 186 | 0.83 | 0.65 | 0 | 0.27 | 226.75 | 0.71 | 0.43 |
| Hex | 20 | 42 | BA | 53 | 41 | 0 | 1B | E3 | 47 | 2B |
| Octal | 40 | 102 | 272 | 123 | 101 | 0 | 33 | 343 | 107 | 53 |
| Binary | 100000 | 1000010 | 10111010 | 1010011 | 1000001 | 0 | 11011 | 11100011 | 1000111 | 101011 |
Color Harmonies of #2042BA
Complementary color
Monochromatic Colors of #2042BA
Black with #2042BA
Text Example
Text Example
White with #2042BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042BA; }
p { color: rgb(32,66,186); }
H1.HeaderClassName
{
color: #2042BA;
}
.AnyTagClassName
{
color: #2042BA;
}
</style>
background-color css
<style>
a { background-color: #2042BA; }
a { background-color: rgb(32,66,186); }
div.DivClassName
{
background-color: #2042BA;
}
.BgClassName
{
background-color: #2042BA;
}
</style>
border-color css
<style>
span { border-color: #2042BA; }
span { border-color: rgb(32,66,186); }
td.TdClassName
{
border-color: #2042BA;
}
.TagClassName
{
border-color: #2042BA;
}
</style>