Shades of Persian Blue #153DE8
Tints of Persian Blue #153DE8
RGB
CMYK
RGB Variations
Color information
#153DE8 (or 0x153DE8) is known color: Persian Blue. HEX triplet: 15, 3D and E8. RGB value is (21,61,232). Sum of RGB (Red+Green+Blue) = 21+61+232=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 232 (91.02% from 255 or 73.89% from 314); Max value from RGB is 232 - color contains mainly: blue. Hex color #153DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DE8 is #EAC217. Grayscale: #434343. Windows color (decimal): -15385112 or 15219989. OLE color: 15219989.
HSL color Cylindrical-coordinate representation of color #153DE8: hue angle of 228.63º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153DE8 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 61 | 232 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.09 |
| HSL | 228.63º | 0.83% | 0.5% | - |
| HSV(B) | 228.63º | 0.91% | 0.91% | - |
| XYZ | 16.54 | 9.32 | 77.27 | - |
| YUV | 68.53 | 220.25 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 232 | 0.91 | 0.74 | 0 | 0.09 | 228.63 | 0.83 | 0.5 |
| Hex | 15 | 3D | E8 | 5B | 4A | 0 | 9 | E5 | 53 | 32 |
| Octal | 25 | 75 | 350 | 133 | 112 | 0 | 11 | 345 | 123 | 62 |
| Binary | 10101 | 111101 | 11101000 | 1011011 | 1001010 | 0 | 1001 | 11100101 | 1010011 | 110010 |
Color Harmonies of #153DE8
Complementary color
Monochromatic Colors of #153DE8
Black with #153DE8
Text Example
Text Example
White with #153DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DE8; }
p { color: rgb(21,61,232); }
H1.HeaderClassName
{
color: #153DE8;
}
.AnyTagClassName
{
color: #153DE8;
}
</style>
background-color css
<style>
a { background-color: #153DE8; }
a { background-color: rgb(21,61,232); }
div.DivClassName
{
background-color: #153DE8;
}
.BgClassName
{
background-color: #153DE8;
}
</style>
border-color css
<style>
span { border-color: #153DE8; }
span { border-color: rgb(21,61,232); }
td.TdClassName
{
border-color: #153DE8;
}
.TagClassName
{
border-color: #153DE8;
}
</style>