Shades of Persian Blue #153ADF
Tints of Persian Blue #153ADF
RGB
CMYK
RGB Variations
Color information
#153ADF (or 0x153ADF) is known color: Persian Blue. HEX triplet: 15, 3A and DF. RGB value is (21,58,223). Sum of RGB (Red+Green+Blue) = 21+58+223=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #153ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ADF is #EAC520. Grayscale: #414141. Windows color (decimal): -15385889 or 14629397. OLE color: 14629397.
HSL color Cylindrical-coordinate representation of color #153ADF: hue angle of 229.01º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153ADF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 58 | 223 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.13 |
| HSL | 229.01º | 0.83% | 0.48% | - |
| HSV(B) | 229.01º | 0.91% | 0.87% | - |
| XYZ | 15.14 | 8.51 | 70.66 | - |
| YUV | 65.75 | 216.74 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 223 | 0.91 | 0.74 | 0 | 0.13 | 229.01 | 0.83 | 0.48 |
| Hex | 15 | 3A | DF | 5B | 4A | 0 | D | E5 | 53 | 30 |
| Octal | 25 | 72 | 337 | 133 | 112 | 0 | 15 | 345 | 123 | 60 |
| Binary | 10101 | 111010 | 11011111 | 1011011 | 1001010 | 0 | 1101 | 11100101 | 1010011 | 110000 |
Color Harmonies of #153ADF
Complementary color
Monochromatic Colors of #153ADF
Black with #153ADF
Text Example
Text Example
White with #153ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153ADF; }
p { color: rgb(21,58,223); }
H1.HeaderClassName
{
color: #153ADF;
}
.AnyTagClassName
{
color: #153ADF;
}
</style>
background-color css
<style>
a { background-color: #153ADF; }
a { background-color: rgb(21,58,223); }
div.DivClassName
{
background-color: #153ADF;
}
.BgClassName
{
background-color: #153ADF;
}
</style>
border-color css
<style>
span { border-color: #153ADF; }
span { border-color: rgb(21,58,223); }
td.TdClassName
{
border-color: #153ADF;
}
.TagClassName
{
border-color: #153ADF;
}
</style>