Shades of Persian Blue #153BEF
Tints of Persian Blue #153BEF
RGB
CMYK
RGB Variations
Color information
#153BEF (or 0x153BEF) is known color: Persian Blue. HEX triplet: 15, 3B and EF. RGB value is (21,59,239). Sum of RGB (Red+Green+Blue) = 21+59+239=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #153BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BEF is #EAC410. Grayscale: #434343. Windows color (decimal): -15385617 or 15678229. OLE color: 15678229.
HSL color Cylindrical-coordinate representation of color #153BEF: hue angle of 229.54º 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 #153BEF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 59 | 239 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.06 |
| HSL | 229.54º | 0.87% | 0.51% | - |
| HSV(B) | 229.54º | 0.91% | 0.94% | - |
| XYZ | 17.45 | 9.52 | 82.58 | - |
| YUV | 68.16 | 224.41 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 239 | 0.91 | 0.75 | 0 | 0.06 | 229.54 | 0.87 | 0.51 |
| Hex | 15 | 3B | EF | 5B | 4B | 0 | 6 | E6 | 57 | 33 |
| Octal | 25 | 73 | 357 | 133 | 113 | 0 | 6 | 346 | 127 | 63 |
| Binary | 10101 | 111011 | 11101111 | 1011011 | 1001011 | 0 | 110 | 11100110 | 1010111 | 110011 |
Color Harmonies of #153BEF
Complementary color
Monochromatic Colors of #153BEF
Black with #153BEF
Text Example
Text Example
White with #153BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BEF; }
p { color: rgb(21,59,239); }
H1.HeaderClassName
{
color: #153BEF;
}
.AnyTagClassName
{
color: #153BEF;
}
</style>
background-color css
<style>
a { background-color: #153BEF; }
a { background-color: rgb(21,59,239); }
div.DivClassName
{
background-color: #153BEF;
}
.BgClassName
{
background-color: #153BEF;
}
</style>
border-color css
<style>
span { border-color: #153BEF; }
span { border-color: rgb(21,59,239); }
td.TdClassName
{
border-color: #153BEF;
}
.TagClassName
{
border-color: #153BEF;
}
</style>