Shades of Persian Blue #1021C5
Tints of Persian Blue #1021C5
RGB
CMYK
RGB Variations
Color information
#1021C5 (or 0x1021C5) is known color: Persian Blue. HEX triplet: 10, 21 and C5. RGB value is (16,33,197). Sum of RGB (Red+Green+Blue) = 16+33+197=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 197 (77.34% from 255 or 80.08% from 246); Max value from RGB is 197 - color contains mainly: blue. Hex color #1021C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1021C5 is #EFDE3A. Grayscale: #2D2D2D. Windows color (decimal): -15719995 or 12919056. OLE color: 12919056.
HSL color Cylindrical-coordinate representation of color #1021C5: hue angle of 234.36º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1021C5 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 33 | 197 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.23 |
| HSL | 234.36º | 0.85% | 0.42% | - |
| HSV(B) | 234.36º | 0.92% | 0.77% | - |
| XYZ | 10.84 | 5.23 | 53.26 | - |
| YUV | 46.61 | 212.87 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 197 | 0.92 | 0.83 | 0 | 0.23 | 234.36 | 0.85 | 0.42 |
| Hex | 10 | 21 | C5 | 5C | 53 | 0 | 17 | EA | 55 | 2A |
| Octal | 20 | 41 | 305 | 134 | 123 | 0 | 27 | 352 | 125 | 52 |
| Binary | 10000 | 100001 | 11000101 | 1011100 | 1010011 | 0 | 10111 | 11101010 | 1010101 | 101010 |
Color Harmonies of #1021C5
Complementary color
Monochromatic Colors of #1021C5
Black with #1021C5
Text Example
Text Example
White with #1021C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1021C5; }
p { color: rgb(16,33,197); }
H1.HeaderClassName
{
color: #1021C5;
}
.AnyTagClassName
{
color: #1021C5;
}
</style>
background-color css
<style>
a { background-color: #1021C5; }
a { background-color: rgb(16,33,197); }
div.DivClassName
{
background-color: #1021C5;
}
.BgClassName
{
background-color: #1021C5;
}
</style>
border-color css
<style>
span { border-color: #1021C5; }
span { border-color: rgb(16,33,197); }
td.TdClassName
{
border-color: #1021C5;
}
.TagClassName
{
border-color: #1021C5;
}
</style>