Shades of Persian Blue #153EF1
Tints of Persian Blue #153EF1
RGB
CMYK
RGB Variations
Color information
#153EF1 (or 0x153EF1) is known color: Persian Blue. HEX triplet: 15, 3E and F1. RGB value is (21,62,241). Sum of RGB (Red+Green+Blue) = 21+62+241=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #153EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153EF1 is #EAC10E. Grayscale: #454545. Windows color (decimal): -15384847 or 15810069. OLE color: 15810069.
HSL color Cylindrical-coordinate representation of color #153EF1: hue angle of 228.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153EF1 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 62 | 241 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.05 |
| HSL | 228.82º | 0.89% | 0.51% | - |
| HSV(B) | 228.82º | 0.91% | 0.95% | - |
| XYZ | 17.91 | 9.96 | 84.2 | - |
| YUV | 70.15 | 224.42 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 241 | 0.91 | 0.74 | 0 | 0.05 | 228.82 | 0.89 | 0.51 |
| Hex | 15 | 3E | F1 | 5B | 4A | 0 | 5 | E5 | 59 | 33 |
| Octal | 25 | 76 | 361 | 133 | 112 | 0 | 5 | 345 | 131 | 63 |
| Binary | 10101 | 111110 | 11110001 | 1011011 | 1001010 | 0 | 101 | 11100101 | 1011001 | 110011 |
Color Harmonies of #153EF1
Complementary color
Monochromatic Colors of #153EF1
Black with #153EF1
Text Example
Text Example
White with #153EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153EF1; }
p { color: rgb(21,62,241); }
H1.HeaderClassName
{
color: #153EF1;
}
.AnyTagClassName
{
color: #153EF1;
}
</style>
background-color css
<style>
a { background-color: #153EF1; }
a { background-color: rgb(21,62,241); }
div.DivClassName
{
background-color: #153EF1;
}
.BgClassName
{
background-color: #153EF1;
}
</style>
border-color css
<style>
span { border-color: #153EF1; }
span { border-color: rgb(21,62,241); }
td.TdClassName
{
border-color: #153EF1;
}
.TagClassName
{
border-color: #153EF1;
}
</style>