Shades of Persian Blue #1C21DF
Tints of Persian Blue #1C21DF
RGB
CMYK
RGB Variations
Color information
#1C21DF (or 0x1C21DF) is known color: Persian Blue. HEX triplet: 1C, 21 and DF. RGB value is (28,33,223). Sum of RGB (Red+Green+Blue) = 28+33+223=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C21DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21DF is #E3DE20. Grayscale: #343434. Windows color (decimal): -14933537 or 14623004. OLE color: 14623004.
HSL color Cylindrical-coordinate representation of color #1C21DF: hue angle of 238.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C21DF is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 33 | 223 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.13 |
| HSL | 238.46º | 0.78% | 0.49% | - |
| HSV(B) | 238.46º | 0.87% | 0.87% | - |
| XYZ | 14.34 | 6.66 | 70.34 | - |
| YUV | 53.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 223 | 0.87 | 0.85 | 0 | 0.13 | 238.46 | 0.78 | 0.49 |
| Hex | 1C | 21 | DF | 57 | 55 | 0 | D | EE | 4E | 31 |
| Octal | 34 | 41 | 337 | 127 | 125 | 0 | 15 | 356 | 116 | 61 |
| Binary | 11100 | 100001 | 11011111 | 1010111 | 1010101 | 0 | 1101 | 11101110 | 1001110 | 110001 |
Color Harmonies of #1C21DF
Complementary color
Monochromatic Colors of #1C21DF
Black with #1C21DF
Text Example
Text Example
White with #1C21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C21DF; }
p { color: rgb(28,33,223); }
H1.HeaderClassName
{
color: #1C21DF;
}
.AnyTagClassName
{
color: #1C21DF;
}
</style>
background-color css
<style>
a { background-color: #1C21DF; }
a { background-color: rgb(28,33,223); }
div.DivClassName
{
background-color: #1C21DF;
}
.BgClassName
{
background-color: #1C21DF;
}
</style>
border-color css
<style>
span { border-color: #1C21DF; }
span { border-color: rgb(28,33,223); }
td.TdClassName
{
border-color: #1C21DF;
}
.TagClassName
{
border-color: #1C21DF;
}
</style>