Shades of Persian Blue #1C3ADB
Tints of Persian Blue #1C3ADB
RGB
CMYK
RGB Variations
Color information
#1C3ADB (or 0x1C3ADB) is known color: Persian Blue. HEX triplet: 1C, 3A and DB. RGB value is (28,58,219). Sum of RGB (Red+Green+Blue) = 28+58+219=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3ADB is #E3C524. Grayscale: #424242. Windows color (decimal): -14927141 or 14367260. OLE color: 14367260.
HSL color Cylindrical-coordinate representation of color #1C3ADB: hue angle of 230.58º 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 #1C3ADB is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 58 | 219 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.14 |
| HSL | 230.58º | 0.77% | 0.48% | - |
| HSV(B) | 230.58º | 0.87% | 0.86% | - |
| XYZ | 14.78 | 8.39 | 67.86 | - |
| YUV | 67.38 | 213.56 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 219 | 0.87 | 0.74 | 0 | 0.14 | 230.58 | 0.77 | 0.48 |
| Hex | 1C | 3A | DB | 57 | 4A | 0 | E | E7 | 4D | 30 |
| Octal | 34 | 72 | 333 | 127 | 112 | 0 | 16 | 347 | 115 | 60 |
| Binary | 11100 | 111010 | 11011011 | 1010111 | 1001010 | 0 | 1110 | 11100111 | 1001101 | 110000 |
Color Harmonies of #1C3ADB
Complementary color
Monochromatic Colors of #1C3ADB
Black with #1C3ADB
Text Example
Text Example
White with #1C3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3ADB; }
p { color: rgb(28,58,219); }
H1.HeaderClassName
{
color: #1C3ADB;
}
.AnyTagClassName
{
color: #1C3ADB;
}
</style>
background-color css
<style>
a { background-color: #1C3ADB; }
a { background-color: rgb(28,58,219); }
div.DivClassName
{
background-color: #1C3ADB;
}
.BgClassName
{
background-color: #1C3ADB;
}
</style>
border-color css
<style>
span { border-color: #1C3ADB; }
span { border-color: rgb(28,58,219); }
td.TdClassName
{
border-color: #1C3ADB;
}
.TagClassName
{
border-color: #1C3ADB;
}
</style>