Shades of Persian Blue #1521C8
Tints of Persian Blue #1521C8
RGB
CMYK
RGB Variations
Color information
#1521C8 (or 0x1521C8) is known color: Persian Blue. HEX triplet: 15, 21 and C8. RGB value is (21,33,200). Sum of RGB (Red+Green+Blue) = 21+33+200=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 200 (78.52% from 255 or 78.74% from 254); Max value from RGB is 200 - color contains mainly: blue. Hex color #1521C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521C8 is #EADE37. Grayscale: #2F2F2F. Windows color (decimal): -15392312 or 13115669. OLE color: 13115669.
HSL color Cylindrical-coordinate representation of color #1521C8: hue angle of 235.98º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1521C8 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 33 | 200 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.22 |
| HSL | 235.98º | 0.81% | 0.43% | - |
| HSV(B) | 235.98º | 0.9% | 0.78% | - |
| XYZ | 11.28 | 5.42 | 55.09 | - |
| YUV | 48.45 | 213.52 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 200 | 0.90 | 0.84 | 0 | 0.22 | 235.98 | 0.81 | 0.43 |
| Hex | 15 | 21 | C8 | 5A | 54 | 0 | 16 | EC | 51 | 2B |
| Octal | 25 | 41 | 310 | 132 | 124 | 0 | 26 | 354 | 121 | 53 |
| Binary | 10101 | 100001 | 11001000 | 1011010 | 1010100 | 0 | 10110 | 11101100 | 1010001 | 101011 |
Color Harmonies of #1521C8
Complementary color
Monochromatic Colors of #1521C8
Black with #1521C8
Text Example
Text Example
White with #1521C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521C8; }
p { color: rgb(21,33,200); }
H1.HeaderClassName
{
color: #1521C8;
}
.AnyTagClassName
{
color: #1521C8;
}
</style>
background-color css
<style>
a { background-color: #1521C8; }
a { background-color: rgb(21,33,200); }
div.DivClassName
{
background-color: #1521C8;
}
.BgClassName
{
background-color: #1521C8;
}
</style>
border-color css
<style>
span { border-color: #1521C8; }
span { border-color: rgb(21,33,200); }
td.TdClassName
{
border-color: #1521C8;
}
.TagClassName
{
border-color: #1521C8;
}
</style>