Shades of Persian Blue #153DF0
Tints of Persian Blue #153DF0
RGB
CMYK
RGB Variations
Color information
#153DF0 (or 0x153DF0) is known color: Persian Blue. HEX triplet: 15, 3D and F0. RGB value is (21,61,240). Sum of RGB (Red+Green+Blue) = 21+61+240=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #153DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DF0 is #EAC20F. Grayscale: #444444. Windows color (decimal): -15385104 or 15744277. OLE color: 15744277.
HSL color Cylindrical-coordinate representation of color #153DF0: hue angle of 229.04º 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 #153DF0 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 61 | 240 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.06 |
| HSL | 229.04º | 0.88% | 0.51% | - |
| HSV(B) | 229.04º | 0.91% | 0.94% | - |
| XYZ | 17.71 | 9.79 | 83.39 | - |
| YUV | 69.45 | 224.25 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 240 | 0.91 | 0.75 | 0 | 0.06 | 229.04 | 0.88 | 0.51 |
| Hex | 15 | 3D | F0 | 5B | 4B | 0 | 6 | E5 | 58 | 33 |
| Octal | 25 | 75 | 360 | 133 | 113 | 0 | 6 | 345 | 130 | 63 |
| Binary | 10101 | 111101 | 11110000 | 1011011 | 1001011 | 0 | 110 | 11100101 | 1011000 | 110011 |
Color Harmonies of #153DF0
Complementary color
Monochromatic Colors of #153DF0
Black with #153DF0
Text Example
Text Example
White with #153DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DF0; }
p { color: rgb(21,61,240); }
H1.HeaderClassName
{
color: #153DF0;
}
.AnyTagClassName
{
color: #153DF0;
}
</style>
background-color css
<style>
a { background-color: #153DF0; }
a { background-color: rgb(21,61,240); }
div.DivClassName
{
background-color: #153DF0;
}
.BgClassName
{
background-color: #153DF0;
}
</style>
border-color css
<style>
span { border-color: #153DF0; }
span { border-color: rgb(21,61,240); }
td.TdClassName
{
border-color: #153DF0;
}
.TagClassName
{
border-color: #153DF0;
}
</style>