Shades of Persian Blue #153EEF
Tints of Persian Blue #153EEF
RGB
CMYK
RGB Variations
Color information
#153EEF (or 0x153EEF) is known color: Persian Blue. HEX triplet: 15, 3E and EF. RGB value is (21,62,239). Sum of RGB (Red+Green+Blue) = 21+62+239=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #153EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153EEF is #EAC110. Grayscale: #454545. Windows color (decimal): -15384849 or 15678997. OLE color: 15678997.
HSL color Cylindrical-coordinate representation of color #153EEF: hue angle of 228.72º 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 #153EEF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 62 | 239 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.06 |
| HSL | 228.72º | 0.87% | 0.51% | - |
| HSV(B) | 228.72º | 0.91% | 0.94% | - |
| XYZ | 17.61 | 9.84 | 82.63 | - |
| YUV | 69.92 | 223.42 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 239 | 0.91 | 0.74 | 0 | 0.06 | 228.72 | 0.87 | 0.51 |
| Hex | 15 | 3E | EF | 5B | 4A | 0 | 6 | E5 | 57 | 33 |
| Octal | 25 | 76 | 357 | 133 | 112 | 0 | 6 | 345 | 127 | 63 |
| Binary | 10101 | 111110 | 11101111 | 1011011 | 1001010 | 0 | 110 | 11100101 | 1010111 | 110011 |
Color Harmonies of #153EEF
Complementary color
Monochromatic Colors of #153EEF
Black with #153EEF
Text Example
Text Example
White with #153EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153EEF; }
p { color: rgb(21,62,239); }
H1.HeaderClassName
{
color: #153EEF;
}
.AnyTagClassName
{
color: #153EEF;
}
</style>
background-color css
<style>
a { background-color: #153EEF; }
a { background-color: rgb(21,62,239); }
div.DivClassName
{
background-color: #153EEF;
}
.BgClassName
{
background-color: #153EEF;
}
</style>
border-color css
<style>
span { border-color: #153EEF; }
span { border-color: rgb(21,62,239); }
td.TdClassName
{
border-color: #153EEF;
}
.TagClassName
{
border-color: #153EEF;
}
</style>