Shades of Persian Blue #2519D0
Tints of Persian Blue #2519D0
RGB
CMYK
RGB Variations
Color information
#2519D0 (or 0x2519D0) is known color: Persian Blue. HEX triplet: 25, 19 and D0. RGB value is (37,25,208). Sum of RGB (Red+Green+Blue) = 37+25+208=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #2519D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519D0 is #DAE62F. Grayscale: #303030. Windows color (decimal): -14345776 or 13637925. OLE color: 13637925.
HSL color Cylindrical-coordinate representation of color #2519D0: hue angle of 243.93º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2519D0 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 25 | 208 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.18 |
| HSL | 243.93º | 0.79% | 0.46% | - |
| HSV(B) | 243.93º | 0.88% | 0.82% | - |
| XYZ | 12.5 | 5.64 | 60.11 | - |
| YUV | 49.45 | 217.48 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 208 | 0.82 | 0.88 | 0 | 0.18 | 243.93 | 0.79 | 0.46 |
| Hex | 25 | 19 | D0 | 52 | 58 | 0 | 12 | F4 | 4F | 2E |
| Octal | 45 | 31 | 320 | 122 | 130 | 0 | 22 | 364 | 117 | 56 |
| Binary | 100101 | 11001 | 11010000 | 1010010 | 1011000 | 0 | 10010 | 11110100 | 1001111 | 101110 |
Color Harmonies of #2519D0
Complementary color
Monochromatic Colors of #2519D0
Black with #2519D0
Text Example
Text Example
White with #2519D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519D0; }
p { color: rgb(37,25,208); }
H1.HeaderClassName
{
color: #2519D0;
}
.AnyTagClassName
{
color: #2519D0;
}
</style>
background-color css
<style>
a { background-color: #2519D0; }
a { background-color: rgb(37,25,208); }
div.DivClassName
{
background-color: #2519D0;
}
.BgClassName
{
background-color: #2519D0;
}
</style>
border-color css
<style>
span { border-color: #2519D0; }
span { border-color: rgb(37,25,208); }
td.TdClassName
{
border-color: #2519D0;
}
.TagClassName
{
border-color: #2519D0;
}
</style>