Shades of Persian Blue #1C40DC
Tints of Persian Blue #1C40DC
RGB
CMYK
RGB Variations
Color information
#1C40DC (or 0x1C40DC) is known color: Persian Blue. HEX triplet: 1C, 40 and DC. RGB value is (28,64,220). Sum of RGB (Red+Green+Blue) = 28+64+220=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C40DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C40DC is #E3BF23. Grayscale: #464646. Windows color (decimal): -14925604 or 14434332. OLE color: 14434332.
HSL color Cylindrical-coordinate representation of color #1C40DC: hue angle of 228.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C40DC is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 64 | 220 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.14 |
| HSL | 228.75º | 0.77% | 0.49% | - |
| HSV(B) | 228.75º | 0.87% | 0.86% | - |
| XYZ | 15.23 | 9.08 | 68.66 | - |
| YUV | 71.02 | 212.07 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 220 | 0.87 | 0.71 | 0 | 0.14 | 228.75 | 0.77 | 0.49 |
| Hex | 1C | 40 | DC | 57 | 47 | 0 | E | E5 | 4D | 31 |
| Octal | 34 | 100 | 334 | 127 | 107 | 0 | 16 | 345 | 115 | 61 |
| Binary | 11100 | 1000000 | 11011100 | 1010111 | 1000111 | 0 | 1110 | 11100101 | 1001101 | 110001 |
Color Harmonies of #1C40DC
Complementary color
Monochromatic Colors of #1C40DC
Black with #1C40DC
Text Example
Text Example
White with #1C40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C40DC; }
p { color: rgb(28,64,220); }
H1.HeaderClassName
{
color: #1C40DC;
}
.AnyTagClassName
{
color: #1C40DC;
}
</style>
background-color css
<style>
a { background-color: #1C40DC; }
a { background-color: rgb(28,64,220); }
div.DivClassName
{
background-color: #1C40DC;
}
.BgClassName
{
background-color: #1C40DC;
}
</style>
border-color css
<style>
span { border-color: #1C40DC; }
span { border-color: rgb(28,64,220); }
td.TdClassName
{
border-color: #1C40DC;
}
.TagClassName
{
border-color: #1C40DC;
}
</style>