Shades of Persian Blue #153DD7
Tints of Persian Blue #153DD7
RGB
CMYK
RGB Variations
Color information
#153DD7 (or 0x153DD7) is known color: Persian Blue. HEX triplet: 15, 3D and D7. RGB value is (21,61,215). Sum of RGB (Red+Green+Blue) = 21+61+215=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 215 (84.38% from 255 or 72.39% from 297); Max value from RGB is 215 - color contains mainly: blue. Hex color #153DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DD7 is #EAC228. Grayscale: #414141. Windows color (decimal): -15385129 or 14105877. OLE color: 14105877.
HSL color Cylindrical-coordinate representation of color #153DD7: hue angle of 227.63º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153DD7 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 61 | 215 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.16 |
| HSL | 227.63º | 0.82% | 0.46% | - |
| HSV(B) | 227.63º | 0.9% | 0.84% | - |
| XYZ | 14.24 | 8.4 | 65.16 | - |
| YUV | 66.6 | 211.75 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 215 | 0.90 | 0.72 | 0 | 0.16 | 227.63 | 0.82 | 0.46 |
| Hex | 15 | 3D | D7 | 5A | 48 | 0 | 10 | E4 | 52 | 2E |
| Octal | 25 | 75 | 327 | 132 | 110 | 0 | 20 | 344 | 122 | 56 |
| Binary | 10101 | 111101 | 11010111 | 1011010 | 1001000 | 0 | 10000 | 11100100 | 1010010 | 101110 |
Color Harmonies of #153DD7
Complementary color
Monochromatic Colors of #153DD7
Black with #153DD7
Text Example
Text Example
White with #153DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DD7; }
p { color: rgb(21,61,215); }
H1.HeaderClassName
{
color: #153DD7;
}
.AnyTagClassName
{
color: #153DD7;
}
</style>
background-color css
<style>
a { background-color: #153DD7; }
a { background-color: rgb(21,61,215); }
div.DivClassName
{
background-color: #153DD7;
}
.BgClassName
{
background-color: #153DD7;
}
</style>
border-color css
<style>
span { border-color: #153DD7; }
span { border-color: rgb(21,61,215); }
td.TdClassName
{
border-color: #153DD7;
}
.TagClassName
{
border-color: #153DD7;
}
</style>