Shades of Persian Blue #153DDC
Tints of Persian Blue #153DDC
RGB
CMYK
RGB Variations
Color information
#153DDC (or 0x153DDC) is known color: Persian Blue. HEX triplet: 15, 3D and DC. RGB value is (21,61,220). Sum of RGB (Red+Green+Blue) = 21+61+220=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #153DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DDC is #EAC223. Grayscale: #424242. Windows color (decimal): -15385124 or 14433557. OLE color: 14433557.
HSL color Cylindrical-coordinate representation of color #153DDC: hue angle of 227.94º 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 #153DDC is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 61 | 220 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.14 |
| HSL | 227.94º | 0.83% | 0.47% | - |
| HSV(B) | 227.94º | 0.9% | 0.86% | - |
| XYZ | 14.9 | 8.66 | 68.6 | - |
| YUV | 67.17 | 214.25 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 220 | 0.90 | 0.72 | 0 | 0.14 | 227.94 | 0.83 | 0.47 |
| Hex | 15 | 3D | DC | 5A | 48 | 0 | E | E4 | 53 | 2F |
| Octal | 25 | 75 | 334 | 132 | 110 | 0 | 16 | 344 | 123 | 57 |
| Binary | 10101 | 111101 | 11011100 | 1011010 | 1001000 | 0 | 1110 | 11100100 | 1010011 | 101111 |
Color Harmonies of #153DDC
Complementary color
Monochromatic Colors of #153DDC
Black with #153DDC
Text Example
Text Example
White with #153DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DDC; }
p { color: rgb(21,61,220); }
H1.HeaderClassName
{
color: #153DDC;
}
.AnyTagClassName
{
color: #153DDC;
}
</style>
background-color css
<style>
a { background-color: #153DDC; }
a { background-color: rgb(21,61,220); }
div.DivClassName
{
background-color: #153DDC;
}
.BgClassName
{
background-color: #153DDC;
}
</style>
border-color css
<style>
span { border-color: #153DDC; }
span { border-color: rgb(21,61,220); }
td.TdClassName
{
border-color: #153DDC;
}
.TagClassName
{
border-color: #153DDC;
}
</style>