Shades of Persian Blue #153EEB
Tints of Persian Blue #153EEB
RGB
CMYK
RGB Variations
Color information
#153EEB (or 0x153EEB) is known color: Persian Blue. HEX triplet: 15, 3E and EB. RGB value is (21,62,235). Sum of RGB (Red+Green+Blue) = 21+62+235=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #153EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153EEB is #EAC114. Grayscale: #444444. Windows color (decimal): -15384853 or 15416853. OLE color: 15416853.
HSL color Cylindrical-coordinate representation of color #153EEB: hue angle of 228.5º 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 #153EEB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 62 | 235 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.08 |
| HSL | 228.5º | 0.84% | 0.5% | - |
| HSV(B) | 228.5º | 0.91% | 0.92% | - |
| XYZ | 17.03 | 9.6 | 79.55 | - |
| YUV | 69.46 | 221.42 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 235 | 0.91 | 0.74 | 0 | 0.08 | 228.5 | 0.84 | 0.5 |
| Hex | 15 | 3E | EB | 5B | 4A | 0 | 8 | E5 | 54 | 32 |
| Octal | 25 | 76 | 353 | 133 | 112 | 0 | 10 | 345 | 124 | 62 |
| Binary | 10101 | 111110 | 11101011 | 1011011 | 1001010 | 0 | 1000 | 11100101 | 1010100 | 110010 |
Color Harmonies of #153EEB
Complementary color
Monochromatic Colors of #153EEB
Black with #153EEB
Text Example
Text Example
White with #153EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153EEB; }
p { color: rgb(21,62,235); }
H1.HeaderClassName
{
color: #153EEB;
}
.AnyTagClassName
{
color: #153EEB;
}
</style>
background-color css
<style>
a { background-color: #153EEB; }
a { background-color: rgb(21,62,235); }
div.DivClassName
{
background-color: #153EEB;
}
.BgClassName
{
background-color: #153EEB;
}
</style>
border-color css
<style>
span { border-color: #153EEB; }
span { border-color: rgb(21,62,235); }
td.TdClassName
{
border-color: #153EEB;
}
.TagClassName
{
border-color: #153EEB;
}
</style>