Shades of Persian Blue #2413BA
Tints of Persian Blue #2413BA
RGB
CMYK
RGB Variations
Color information
#2413BA (or 0x2413BA) is known color: Persian Blue. HEX triplet: 24, 13 and BA. RGB value is (36,19,186). Sum of RGB (Red+Green+Blue) = 36+19+186=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #2413BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413BA is #DBEC45. Grayscale: #2A2A2A. Windows color (decimal): -14412870 or 12194596. OLE color: 12194596.
HSL color Cylindrical-coordinate representation of color #2413BA: hue angle of 246.11º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2413BA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 19 | 186 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.27 |
| HSL | 246.11º | 0.81% | 0.4% | - |
| HSV(B) | 246.11º | 0.9% | 0.73% | - |
| XYZ | 9.82 | 4.39 | 46.78 | - |
| YUV | 43.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 186 | 0.81 | 0.90 | 0 | 0.27 | 246.11 | 0.81 | 0.4 |
| Hex | 24 | 13 | BA | 51 | 5A | 0 | 1B | F6 | 51 | 28 |
| Octal | 44 | 23 | 272 | 121 | 132 | 0 | 33 | 366 | 121 | 50 |
| Binary | 100100 | 10011 | 10111010 | 1010001 | 1011010 | 0 | 11011 | 11110110 | 1010001 | 101000 |
Color Harmonies of #2413BA
Complementary color
Monochromatic Colors of #2413BA
Black with #2413BA
Text Example
Text Example
White with #2413BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2413BA; }
p { color: rgb(36,19,186); }
H1.HeaderClassName
{
color: #2413BA;
}
.AnyTagClassName
{
color: #2413BA;
}
</style>
background-color css
<style>
a { background-color: #2413BA; }
a { background-color: rgb(36,19,186); }
div.DivClassName
{
background-color: #2413BA;
}
.BgClassName
{
background-color: #2413BA;
}
</style>
border-color css
<style>
span { border-color: #2413BA; }
span { border-color: rgb(36,19,186); }
td.TdClassName
{
border-color: #2413BA;
}
.TagClassName
{
border-color: #2413BA;
}
</style>