Shades of Persian Blue #153FF1
Tints of Persian Blue #153FF1
RGB
CMYK
RGB Variations
Color information
#153FF1 (or 0x153FF1) is known color: Persian Blue. HEX triplet: 15, 3F and F1. RGB value is (21,63,241). Sum of RGB (Red+Green+Blue) = 21+63+241=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #153FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FF1 is #EAC00E. Grayscale: #454545. Windows color (decimal): -15384591 or 15810325. OLE color: 15810325.
HSL color Cylindrical-coordinate representation of color #153FF1: hue angle of 228.55º 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 #153FF1 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 63 | 241 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.05 |
| HSL | 228.55º | 0.89% | 0.51% | - |
| HSV(B) | 228.55º | 0.91% | 0.95% | - |
| XYZ | 17.96 | 10.07 | 84.22 | - |
| YUV | 70.73 | 224.09 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 241 | 0.91 | 0.74 | 0 | 0.05 | 228.55 | 0.89 | 0.51 |
| Hex | 15 | 3F | F1 | 5B | 4A | 0 | 5 | E5 | 59 | 33 |
| Octal | 25 | 77 | 361 | 133 | 112 | 0 | 5 | 345 | 131 | 63 |
| Binary | 10101 | 111111 | 11110001 | 1011011 | 1001010 | 0 | 101 | 11100101 | 1011001 | 110011 |
Color Harmonies of #153FF1
Complementary color
Monochromatic Colors of #153FF1
Black with #153FF1
Text Example
Text Example
White with #153FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FF1; }
p { color: rgb(21,63,241); }
H1.HeaderClassName
{
color: #153FF1;
}
.AnyTagClassName
{
color: #153FF1;
}
</style>
background-color css
<style>
a { background-color: #153FF1; }
a { background-color: rgb(21,63,241); }
div.DivClassName
{
background-color: #153FF1;
}
.BgClassName
{
background-color: #153FF1;
}
</style>
border-color css
<style>
span { border-color: #153FF1; }
span { border-color: rgb(21,63,241); }
td.TdClassName
{
border-color: #153FF1;
}
.TagClassName
{
border-color: #153FF1;
}
</style>