Shades of Persian Blue #152ADC
Tints of Persian Blue #152ADC
RGB
CMYK
RGB Variations
Color information
#152ADC (or 0x152ADC) is known color: Persian Blue. HEX triplet: 15, 2A and DC. RGB value is (21,42,220). Sum of RGB (Red+Green+Blue) = 21+42+220=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #152ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ADC is #EAD523. Grayscale: #373737. Windows color (decimal): -15389988 or 14428693. OLE color: 14428693.
HSL color Cylindrical-coordinate representation of color #152ADC: hue angle of 233.67º 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 #152ADC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 42 | 220 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.14 |
| HSL | 233.67º | 0.83% | 0.47% | - |
| HSV(B) | 233.67º | 0.9% | 0.86% | - |
| XYZ | 14.06 | 6.98 | 68.32 | - |
| YUV | 56.01 | 220.54 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 220 | 0.90 | 0.81 | 0 | 0.14 | 233.67 | 0.83 | 0.47 |
| Hex | 15 | 2A | DC | 5A | 51 | 0 | E | EA | 53 | 2F |
| Octal | 25 | 52 | 334 | 132 | 121 | 0 | 16 | 352 | 123 | 57 |
| Binary | 10101 | 101010 | 11011100 | 1011010 | 1010001 | 0 | 1110 | 11101010 | 1010011 | 101111 |
Color Harmonies of #152ADC
Complementary color
Monochromatic Colors of #152ADC
Black with #152ADC
Text Example
Text Example
White with #152ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ADC; }
p { color: rgb(21,42,220); }
H1.HeaderClassName
{
color: #152ADC;
}
.AnyTagClassName
{
color: #152ADC;
}
</style>
background-color css
<style>
a { background-color: #152ADC; }
a { background-color: rgb(21,42,220); }
div.DivClassName
{
background-color: #152ADC;
}
.BgClassName
{
background-color: #152ADC;
}
</style>
border-color css
<style>
span { border-color: #152ADC; }
span { border-color: rgb(21,42,220); }
td.TdClassName
{
border-color: #152ADC;
}
.TagClassName
{
border-color: #152ADC;
}
</style>