Shades of Persian Blue #153BDF
Tints of Persian Blue #153BDF
RGB
CMYK
RGB Variations
Color information
#153BDF (or 0x153BDF) is known color: Persian Blue. HEX triplet: 15, 3B and DF. RGB value is (21,59,223). Sum of RGB (Red+Green+Blue) = 21+59+223=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #153BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BDF is #EAC420. Grayscale: #414141. Windows color (decimal): -15385633 or 14629653. OLE color: 14629653.
HSL color Cylindrical-coordinate representation of color #153BDF: hue angle of 228.71º 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 #153BDF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 59 | 223 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.13 |
| HSL | 228.71º | 0.83% | 0.48% | - |
| HSV(B) | 228.71º | 0.91% | 0.87% | - |
| XYZ | 15.19 | 8.62 | 70.67 | - |
| YUV | 66.33 | 216.41 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 223 | 0.91 | 0.74 | 0 | 0.13 | 228.71 | 0.83 | 0.48 |
| Hex | 15 | 3B | DF | 5B | 4A | 0 | D | E5 | 53 | 30 |
| Octal | 25 | 73 | 337 | 133 | 112 | 0 | 15 | 345 | 123 | 60 |
| Binary | 10101 | 111011 | 11011111 | 1011011 | 1001010 | 0 | 1101 | 11100101 | 1010011 | 110000 |
Color Harmonies of #153BDF
Complementary color
Monochromatic Colors of #153BDF
Black with #153BDF
Text Example
Text Example
White with #153BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BDF; }
p { color: rgb(21,59,223); }
H1.HeaderClassName
{
color: #153BDF;
}
.AnyTagClassName
{
color: #153BDF;
}
</style>
background-color css
<style>
a { background-color: #153BDF; }
a { background-color: rgb(21,59,223); }
div.DivClassName
{
background-color: #153BDF;
}
.BgClassName
{
background-color: #153BDF;
}
</style>
border-color css
<style>
span { border-color: #153BDF; }
span { border-color: rgb(21,59,223); }
td.TdClassName
{
border-color: #153BDF;
}
.TagClassName
{
border-color: #153BDF;
}
</style>