Shades of Persian Blue #153CF0
Tints of Persian Blue #153CF0
RGB
CMYK
RGB Variations
Color information
#153CF0 (or 0x153CF0) is known color: Persian Blue. HEX triplet: 15, 3C and F0. RGB value is (21,60,240). Sum of RGB (Red+Green+Blue) = 21+60+240=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 240 (94.14% from 255 or 74.77% from 321); Max value from RGB is 240 - color contains mainly: blue. Hex color #153CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CF0 is #EAC30F. Grayscale: #444444. Windows color (decimal): -15385360 or 15744021. OLE color: 15744021.
HSL color Cylindrical-coordinate representation of color #153CF0: hue angle of 229.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153CF0 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 60 | 240 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.06 |
| HSL | 229.32º | 0.88% | 0.51% | - |
| HSV(B) | 229.32º | 0.91% | 0.94% | - |
| XYZ | 17.65 | 9.68 | 83.38 | - |
| YUV | 68.86 | 224.58 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 240 | 0.91 | 0.75 | 0 | 0.06 | 229.32 | 0.88 | 0.51 |
| Hex | 15 | 3C | F0 | 5B | 4B | 0 | 6 | E5 | 58 | 33 |
| Octal | 25 | 74 | 360 | 133 | 113 | 0 | 6 | 345 | 130 | 63 |
| Binary | 10101 | 111100 | 11110000 | 1011011 | 1001011 | 0 | 110 | 11100101 | 1011000 | 110011 |
Color Harmonies of #153CF0
Complementary color
Monochromatic Colors of #153CF0
Black with #153CF0
Text Example
Text Example
White with #153CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CF0; }
p { color: rgb(21,60,240); }
H1.HeaderClassName
{
color: #153CF0;
}
.AnyTagClassName
{
color: #153CF0;
}
</style>
background-color css
<style>
a { background-color: #153CF0; }
a { background-color: rgb(21,60,240); }
div.DivClassName
{
background-color: #153CF0;
}
.BgClassName
{
background-color: #153CF0;
}
</style>
border-color css
<style>
span { border-color: #153CF0; }
span { border-color: rgb(21,60,240); }
td.TdClassName
{
border-color: #153CF0;
}
.TagClassName
{
border-color: #153CF0;
}
</style>