Shades of Persian Blue #153BF1
Tints of Persian Blue #153BF1
RGB
CMYK
RGB Variations
Color information
#153BF1 (or 0x153BF1) is known color: Persian Blue. HEX triplet: 15, 3B and F1. RGB value is (21,59,241). Sum of RGB (Red+Green+Blue) = 21+59+241=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #153BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BF1 is #EAC40E. Grayscale: #434343. Windows color (decimal): -15385615 or 15809301. OLE color: 15809301.
HSL color Cylindrical-coordinate representation of color #153BF1: hue angle of 229.64º 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 #153BF1 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 59 | 241 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.05 |
| HSL | 229.64º | 0.89% | 0.51% | - |
| HSV(B) | 229.64º | 0.91% | 0.95% | - |
| XYZ | 17.75 | 9.64 | 84.14 | - |
| YUV | 68.39 | 225.41 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 241 | 0.91 | 0.76 | 0 | 0.05 | 229.64 | 0.89 | 0.51 |
| Hex | 15 | 3B | F1 | 5B | 4C | 0 | 5 | E6 | 59 | 33 |
| Octal | 25 | 73 | 361 | 133 | 114 | 0 | 5 | 346 | 131 | 63 |
| Binary | 10101 | 111011 | 11110001 | 1011011 | 1001100 | 0 | 101 | 11100110 | 1011001 | 110011 |
Color Harmonies of #153BF1
Complementary color
Monochromatic Colors of #153BF1
Black with #153BF1
Text Example
Text Example
White with #153BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BF1; }
p { color: rgb(21,59,241); }
H1.HeaderClassName
{
color: #153BF1;
}
.AnyTagClassName
{
color: #153BF1;
}
</style>
background-color css
<style>
a { background-color: #153BF1; }
a { background-color: rgb(21,59,241); }
div.DivClassName
{
background-color: #153BF1;
}
.BgClassName
{
background-color: #153BF1;
}
</style>
border-color css
<style>
span { border-color: #153BF1; }
span { border-color: rgb(21,59,241); }
td.TdClassName
{
border-color: #153BF1;
}
.TagClassName
{
border-color: #153BF1;
}
</style>