Shades of Persian Blue #152FED
Tints of Persian Blue #152FED
RGB
CMYK
RGB Variations
Color information
#152FED (or 0x152FED) is known color: Persian Blue. HEX triplet: 15, 2F and ED. RGB value is (21,47,237). Sum of RGB (Red+Green+Blue) = 21+47+237=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #152FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FED is #EAD012. Grayscale: #3C3C3C. Windows color (decimal): -15388691 or 15544085. OLE color: 15544085.
HSL color Cylindrical-coordinate representation of color #152FED: hue angle of 232.78º 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 #152FED is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 47 | 237 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.07 |
| HSL | 232.78º | 0.86% | 0.51% | - |
| HSV(B) | 232.78º | 0.91% | 0.93% | - |
| XYZ | 16.61 | 8.31 | 80.85 | - |
| YUV | 60.89 | 227.39 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 237 | 0.91 | 0.80 | 0 | 0.07 | 232.78 | 0.86 | 0.51 |
| Hex | 15 | 2F | ED | 5B | 50 | 0 | 7 | E9 | 56 | 33 |
| Octal | 25 | 57 | 355 | 133 | 120 | 0 | 7 | 351 | 126 | 63 |
| Binary | 10101 | 101111 | 11101101 | 1011011 | 1010000 | 0 | 111 | 11101001 | 1010110 | 110011 |
Color Harmonies of #152FED
Complementary color
Monochromatic Colors of #152FED
Black with #152FED
Text Example
Text Example
White with #152FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FED; }
p { color: rgb(21,47,237); }
H1.HeaderClassName
{
color: #152FED;
}
.AnyTagClassName
{
color: #152FED;
}
</style>
background-color css
<style>
a { background-color: #152FED; }
a { background-color: rgb(21,47,237); }
div.DivClassName
{
background-color: #152FED;
}
.BgClassName
{
background-color: #152FED;
}
</style>
border-color css
<style>
span { border-color: #152FED; }
span { border-color: rgb(21,47,237); }
td.TdClassName
{
border-color: #152FED;
}
.TagClassName
{
border-color: #152FED;
}
</style>