Shades of Persian Blue #153CDA
Tints of Persian Blue #153CDA
RGB
CMYK
RGB Variations
Color information
#153CDA (or 0x153CDA) is known color: Persian Blue. HEX triplet: 15, 3C and DA. RGB value is (21,60,218). Sum of RGB (Red+Green+Blue) = 21+60+218=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #153CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CDA is #EAC325. Grayscale: #414141. Windows color (decimal): -15385382 or 14302229. OLE color: 14302229.
HSL color Cylindrical-coordinate representation of color #153CDA: hue angle of 228.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153CDA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 60 | 218 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.15 |
| HSL | 228.12º | 0.82% | 0.47% | - |
| HSV(B) | 228.12º | 0.9% | 0.85% | - |
| XYZ | 14.58 | 8.45 | 67.19 | - |
| YUV | 66.35 | 213.58 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 218 | 0.90 | 0.72 | 0 | 0.15 | 228.12 | 0.82 | 0.47 |
| Hex | 15 | 3C | DA | 5A | 48 | 0 | F | E4 | 52 | 2F |
| Octal | 25 | 74 | 332 | 132 | 110 | 0 | 17 | 344 | 122 | 57 |
| Binary | 10101 | 111100 | 11011010 | 1011010 | 1001000 | 0 | 1111 | 11100100 | 1010010 | 101111 |
Color Harmonies of #153CDA
Complementary color
Monochromatic Colors of #153CDA
Black with #153CDA
Text Example
Text Example
White with #153CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CDA; }
p { color: rgb(21,60,218); }
H1.HeaderClassName
{
color: #153CDA;
}
.AnyTagClassName
{
color: #153CDA;
}
</style>
background-color css
<style>
a { background-color: #153CDA; }
a { background-color: rgb(21,60,218); }
div.DivClassName
{
background-color: #153CDA;
}
.BgClassName
{
background-color: #153CDA;
}
</style>
border-color css
<style>
span { border-color: #153CDA; }
span { border-color: rgb(21,60,218); }
td.TdClassName
{
border-color: #153CDA;
}
.TagClassName
{
border-color: #153CDA;
}
</style>