Shades of Persian Blue #153ADC
Tints of Persian Blue #153ADC
RGB
CMYK
RGB Variations
Color information
#153ADC (or 0x153ADC) is known color: Persian Blue. HEX triplet: 15, 3A and DC. RGB value is (21,58,220). Sum of RGB (Red+Green+Blue) = 21+58+220=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #153ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ADC is #EAC523. Grayscale: #404040. Windows color (decimal): -15385892 or 14432789. OLE color: 14432789.
HSL color Cylindrical-coordinate representation of color #153ADC: hue angle of 228.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ADC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 58 | 220 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.14 |
| HSL | 228.84º | 0.83% | 0.47% | - |
| HSV(B) | 228.84º | 0.9% | 0.86% | - |
| XYZ | 14.74 | 8.35 | 68.55 | - |
| YUV | 65.41 | 215.24 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 220 | 0.90 | 0.74 | 0 | 0.14 | 228.84 | 0.83 | 0.47 |
| Hex | 15 | 3A | DC | 5A | 4A | 0 | E | E5 | 53 | 2F |
| Octal | 25 | 72 | 334 | 132 | 112 | 0 | 16 | 345 | 123 | 57 |
| Binary | 10101 | 111010 | 11011100 | 1011010 | 1001010 | 0 | 1110 | 11100101 | 1010011 | 101111 |
Color Harmonies of #153ADC
Complementary color
Monochromatic Colors of #153ADC
Black with #153ADC
Text Example
Text Example
White with #153ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153ADC; }
p { color: rgb(21,58,220); }
H1.HeaderClassName
{
color: #153ADC;
}
.AnyTagClassName
{
color: #153ADC;
}
</style>
background-color css
<style>
a { background-color: #153ADC; }
a { background-color: rgb(21,58,220); }
div.DivClassName
{
background-color: #153ADC;
}
.BgClassName
{
background-color: #153ADC;
}
</style>
border-color css
<style>
span { border-color: #153ADC; }
span { border-color: rgb(21,58,220); }
td.TdClassName
{
border-color: #153ADC;
}
.TagClassName
{
border-color: #153ADC;
}
</style>