Shades of Persian Blue #1C21CF
Tints of Persian Blue #1C21CF
RGB
CMYK
RGB Variations
Color information
#1C21CF (or 0x1C21CF) is known color: Persian Blue. HEX triplet: 1C, 21 and CF. RGB value is (28,33,207). Sum of RGB (Red+Green+Blue) = 28+33+207=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C21CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21CF is #E3DE30. Grayscale: #323232. Windows color (decimal): -14933553 or 13574428. OLE color: 13574428.
HSL color Cylindrical-coordinate representation of color #1C21CF: hue angle of 238.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C21CF is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 33 | 207 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.19 |
| HSL | 238.32º | 0.76% | 0.46% | - |
| HSV(B) | 238.32º | 0.86% | 0.81% | - |
| XYZ | 12.29 | 5.84 | 59.51 | - |
| YUV | 51.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 207 | 0.86 | 0.84 | 0 | 0.19 | 238.32 | 0.76 | 0.46 |
| Hex | 1C | 21 | CF | 56 | 54 | 0 | 13 | EE | 4C | 2E |
| Octal | 34 | 41 | 317 | 126 | 124 | 0 | 23 | 356 | 114 | 56 |
| Binary | 11100 | 100001 | 11001111 | 1010110 | 1010100 | 0 | 10011 | 11101110 | 1001100 | 101110 |
Color Harmonies of #1C21CF
Complementary color
Monochromatic Colors of #1C21CF
Black with #1C21CF
Text Example
Text Example
White with #1C21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C21CF; }
p { color: rgb(28,33,207); }
H1.HeaderClassName
{
color: #1C21CF;
}
.AnyTagClassName
{
color: #1C21CF;
}
</style>
background-color css
<style>
a { background-color: #1C21CF; }
a { background-color: rgb(28,33,207); }
div.DivClassName
{
background-color: #1C21CF;
}
.BgClassName
{
background-color: #1C21CF;
}
</style>
border-color css
<style>
span { border-color: #1C21CF; }
span { border-color: rgb(28,33,207); }
td.TdClassName
{
border-color: #1C21CF;
}
.TagClassName
{
border-color: #1C21CF;
}
</style>