Shades of Persian Blue #153FEF
Tints of Persian Blue #153FEF
RGB
CMYK
RGB Variations
Color information
#153FEF (or 0x153FEF) is known color: Persian Blue. HEX triplet: 15, 3F and EF. RGB value is (21,63,239). Sum of RGB (Red+Green+Blue) = 21+63+239=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #153FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FEF is #EAC010. Grayscale: #454545. Windows color (decimal): -15384593 or 15679253. OLE color: 15679253.
HSL color Cylindrical-coordinate representation of color #153FEF: hue angle of 228.44º degrees, saturation: 0.87, 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 #153FEF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 63 | 239 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.06 |
| HSL | 228.44º | 0.87% | 0.51% | - |
| HSV(B) | 228.44º | 0.91% | 0.94% | - |
| XYZ | 17.67 | 9.95 | 82.65 | - |
| YUV | 70.51 | 223.09 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 239 | 0.91 | 0.74 | 0 | 0.06 | 228.44 | 0.87 | 0.51 |
| Hex | 15 | 3F | EF | 5B | 4A | 0 | 6 | E4 | 57 | 33 |
| Octal | 25 | 77 | 357 | 133 | 112 | 0 | 6 | 344 | 127 | 63 |
| Binary | 10101 | 111111 | 11101111 | 1011011 | 1001010 | 0 | 110 | 11100100 | 1010111 | 110011 |
Color Harmonies of #153FEF
Complementary color
Monochromatic Colors of #153FEF
Black with #153FEF
Text Example
Text Example
White with #153FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FEF; }
p { color: rgb(21,63,239); }
H1.HeaderClassName
{
color: #153FEF;
}
.AnyTagClassName
{
color: #153FEF;
}
</style>
background-color css
<style>
a { background-color: #153FEF; }
a { background-color: rgb(21,63,239); }
div.DivClassName
{
background-color: #153FEF;
}
.BgClassName
{
background-color: #153FEF;
}
</style>
border-color css
<style>
span { border-color: #153FEF; }
span { border-color: rgb(21,63,239); }
td.TdClassName
{
border-color: #153FEF;
}
.TagClassName
{
border-color: #153FEF;
}
</style>