Shades of Persian Blue #1C2ADB
Tints of Persian Blue #1C2ADB
RGB
CMYK
RGB Variations
Color information
#1C2ADB (or 0x1C2ADB) is known color: Persian Blue. HEX triplet: 1C, 2A and DB. RGB value is (28,42,219). Sum of RGB (Red+Green+Blue) = 28+42+219=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C2ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ADB is #E3D524. Grayscale: #393939. Windows color (decimal): -14931237 or 14363164. OLE color: 14363164.
HSL color Cylindrical-coordinate representation of color #1C2ADB: hue angle of 235.6º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C2ADB is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 42 | 219 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.14 |
| HSL | 235.6º | 0.77% | 0.48% | - |
| HSV(B) | 235.6º | 0.87% | 0.86% | - |
| XYZ | 14.09 | 7.02 | 67.63 | - |
| YUV | 57.99 | 218.86 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 219 | 0.87 | 0.81 | 0 | 0.14 | 235.6 | 0.77 | 0.48 |
| Hex | 1C | 2A | DB | 57 | 51 | 0 | E | EC | 4D | 30 |
| Octal | 34 | 52 | 333 | 127 | 121 | 0 | 16 | 354 | 115 | 60 |
| Binary | 11100 | 101010 | 11011011 | 1010111 | 1010001 | 0 | 1110 | 11101100 | 1001101 | 110000 |
Color Harmonies of #1C2ADB
Complementary color
Monochromatic Colors of #1C2ADB
Black with #1C2ADB
Text Example
Text Example
White with #1C2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2ADB; }
p { color: rgb(28,42,219); }
H1.HeaderClassName
{
color: #1C2ADB;
}
.AnyTagClassName
{
color: #1C2ADB;
}
</style>
background-color css
<style>
a { background-color: #1C2ADB; }
a { background-color: rgb(28,42,219); }
div.DivClassName
{
background-color: #1C2ADB;
}
.BgClassName
{
background-color: #1C2ADB;
}
</style>
border-color css
<style>
span { border-color: #1C2ADB; }
span { border-color: rgb(28,42,219); }
td.TdClassName
{
border-color: #1C2ADB;
}
.TagClassName
{
border-color: #1C2ADB;
}
</style>