Shades of Persian Blue #1C21CC
Tints of Persian Blue #1C21CC
RGB
CMYK
RGB Variations
Color information
#1C21CC (or 0x1C21CC) is known color: Persian Blue. HEX triplet: 1C, 21 and CC. RGB value is (28,33,204). Sum of RGB (Red+Green+Blue) = 28+33+204=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C21CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21CC is #E3DE33. Grayscale: #323232. Windows color (decimal): -14933556 or 13377820. OLE color: 13377820.
HSL color Cylindrical-coordinate representation of color #1C21CC: hue angle of 238.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C21CC is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 33 | 204 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.2 |
| HSL | 238.3º | 0.76% | 0.45% | - |
| HSV(B) | 238.3º | 0.86% | 0.8% | - |
| XYZ | 11.92 | 5.69 | 57.6 | - |
| YUV | 51 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 204 | 0.86 | 0.84 | 0 | 0.2 | 238.3 | 0.76 | 0.45 |
| Hex | 1C | 21 | CC | 56 | 54 | 0 | 14 | EE | 4C | 2D |
| Octal | 34 | 41 | 314 | 126 | 124 | 0 | 24 | 356 | 114 | 55 |
| Binary | 11100 | 100001 | 11001100 | 1010110 | 1010100 | 0 | 10100 | 11101110 | 1001100 | 101101 |
Color Harmonies of #1C21CC
Complementary color
Monochromatic Colors of #1C21CC
Black with #1C21CC
Text Example
Text Example
White with #1C21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C21CC; }
p { color: rgb(28,33,204); }
H1.HeaderClassName
{
color: #1C21CC;
}
.AnyTagClassName
{
color: #1C21CC;
}
</style>
background-color css
<style>
a { background-color: #1C21CC; }
a { background-color: rgb(28,33,204); }
div.DivClassName
{
background-color: #1C21CC;
}
.BgClassName
{
background-color: #1C21CC;
}
</style>
border-color css
<style>
span { border-color: #1C21CC; }
span { border-color: rgb(28,33,204); }
td.TdClassName
{
border-color: #1C21CC;
}
.TagClassName
{
border-color: #1C21CC;
}
</style>