Shades of Persian Blue #153DEC
Tints of Persian Blue #153DEC
RGB
CMYK
RGB Variations
Color information
#153DEC (or 0x153DEC) is known color: Persian Blue. HEX triplet: 15, 3D and EC. RGB value is (21,61,236). Sum of RGB (Red+Green+Blue) = 21+61+236=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #153DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DEC is #EAC213. Grayscale: #444444. Windows color (decimal): -15385108 or 15482133. OLE color: 15482133.
HSL color Cylindrical-coordinate representation of color #153DEC: hue angle of 228.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153DEC is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 61 | 236 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.07 |
| HSL | 228.84º | 0.85% | 0.5% | - |
| HSV(B) | 228.84º | 0.91% | 0.93% | - |
| XYZ | 17.12 | 9.55 | 80.3 | - |
| YUV | 68.99 | 222.25 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 236 | 0.91 | 0.74 | 0 | 0.07 | 228.84 | 0.85 | 0.5 |
| Hex | 15 | 3D | EC | 5B | 4A | 0 | 7 | E5 | 55 | 32 |
| Octal | 25 | 75 | 354 | 133 | 112 | 0 | 7 | 345 | 125 | 62 |
| Binary | 10101 | 111101 | 11101100 | 1011011 | 1001010 | 0 | 111 | 11100101 | 1010101 | 110010 |
Color Harmonies of #153DEC
Complementary color
Monochromatic Colors of #153DEC
Black with #153DEC
Text Example
Text Example
White with #153DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DEC; }
p { color: rgb(21,61,236); }
H1.HeaderClassName
{
color: #153DEC;
}
.AnyTagClassName
{
color: #153DEC;
}
</style>
background-color css
<style>
a { background-color: #153DEC; }
a { background-color: rgb(21,61,236); }
div.DivClassName
{
background-color: #153DEC;
}
.BgClassName
{
background-color: #153DEC;
}
</style>
border-color css
<style>
span { border-color: #153DEC; }
span { border-color: rgb(21,61,236); }
td.TdClassName
{
border-color: #153DEC;
}
.TagClassName
{
border-color: #153DEC;
}
</style>