Shades of Persian Blue #153FEB
Tints of Persian Blue #153FEB
RGB
CMYK
RGB Variations
Color information
#153FEB (or 0x153FEB) is known color: Persian Blue. HEX triplet: 15, 3F and EB. RGB value is (21,63,235). Sum of RGB (Red+Green+Blue) = 21+63+235=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #153FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FEB is #EAC014. Grayscale: #454545. Windows color (decimal): -15384597 or 15417109. OLE color: 15417109.
HSL color Cylindrical-coordinate representation of color #153FEB: hue angle of 228.22º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153FEB is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 63 | 235 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.08 |
| HSL | 228.22º | 0.84% | 0.5% | - |
| HSV(B) | 228.22º | 0.91% | 0.92% | - |
| XYZ | 17.08 | 9.71 | 79.57 | - |
| YUV | 70.05 | 221.09 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 235 | 0.91 | 0.73 | 0 | 0.08 | 228.22 | 0.84 | 0.5 |
| Hex | 15 | 3F | EB | 5B | 49 | 0 | 8 | E4 | 54 | 32 |
| Octal | 25 | 77 | 353 | 133 | 111 | 0 | 10 | 344 | 124 | 62 |
| Binary | 10101 | 111111 | 11101011 | 1011011 | 1001001 | 0 | 1000 | 11100100 | 1010100 | 110010 |
Color Harmonies of #153FEB
Complementary color
Monochromatic Colors of #153FEB
Black with #153FEB
Text Example
Text Example
White with #153FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FEB; }
p { color: rgb(21,63,235); }
H1.HeaderClassName
{
color: #153FEB;
}
.AnyTagClassName
{
color: #153FEB;
}
</style>
background-color css
<style>
a { background-color: #153FEB; }
a { background-color: rgb(21,63,235); }
div.DivClassName
{
background-color: #153FEB;
}
.BgClassName
{
background-color: #153FEB;
}
</style>
border-color css
<style>
span { border-color: #153FEB; }
span { border-color: rgb(21,63,235); }
td.TdClassName
{
border-color: #153FEB;
}
.TagClassName
{
border-color: #153FEB;
}
</style>