Shades of Persian Blue #153CEE
Tints of Persian Blue #153CEE
RGB
CMYK
RGB Variations
Color information
#153CEE (or 0x153CEE) is known color: Persian Blue. HEX triplet: 15, 3C and EE. RGB value is (21,60,238). Sum of RGB (Red+Green+Blue) = 21+60+238=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #153CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CEE is #EAC311. Grayscale: #434343. Windows color (decimal): -15385362 or 15612949. OLE color: 15612949.
HSL color Cylindrical-coordinate representation of color #153CEE: hue angle of 229.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153CEE is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 60 | 238 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.07 |
| HSL | 229.22º | 0.86% | 0.51% | - |
| HSV(B) | 229.22º | 0.91% | 0.93% | - |
| XYZ | 17.36 | 9.56 | 81.82 | - |
| YUV | 68.63 | 223.58 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 238 | 0.91 | 0.75 | 0 | 0.07 | 229.22 | 0.86 | 0.51 |
| Hex | 15 | 3C | EE | 5B | 4B | 0 | 7 | E5 | 56 | 33 |
| Octal | 25 | 74 | 356 | 133 | 113 | 0 | 7 | 345 | 126 | 63 |
| Binary | 10101 | 111100 | 11101110 | 1011011 | 1001011 | 0 | 111 | 11100101 | 1010110 | 110011 |
Color Harmonies of #153CEE
Complementary color
Monochromatic Colors of #153CEE
Black with #153CEE
Text Example
Text Example
White with #153CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CEE; }
p { color: rgb(21,60,238); }
H1.HeaderClassName
{
color: #153CEE;
}
.AnyTagClassName
{
color: #153CEE;
}
</style>
background-color css
<style>
a { background-color: #153CEE; }
a { background-color: rgb(21,60,238); }
div.DivClassName
{
background-color: #153CEE;
}
.BgClassName
{
background-color: #153CEE;
}
</style>
border-color css
<style>
span { border-color: #153CEE; }
span { border-color: rgb(21,60,238); }
td.TdClassName
{
border-color: #153CEE;
}
.TagClassName
{
border-color: #153CEE;
}
</style>