Shades of Persian Blue #1428CE
Tints of Persian Blue #1428CE
RGB
CMYK
RGB Variations
Color information
#1428CE (or 0x1428CE) is known color: Persian Blue. HEX triplet: 14, 28 and CE. RGB value is (20,40,206). Sum of RGB (Red+Green+Blue) = 20+40+206=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #1428CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428CE is #EBD731. Grayscale: #343434. Windows color (decimal): -15456050 or 13510676. OLE color: 13510676.
HSL color Cylindrical-coordinate representation of color #1428CE: hue angle of 233.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1428CE is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 40 | 206 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.19 |
| HSL | 233.55º | 0.82% | 0.44% | - |
| HSV(B) | 233.55º | 0.9% | 0.81% | - |
| XYZ | 12.19 | 6.12 | 58.93 | - |
| YUV | 52.94 | 214.37 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 206 | 0.90 | 0.81 | 0 | 0.19 | 233.55 | 0.82 | 0.44 |
| Hex | 14 | 28 | CE | 5A | 51 | 0 | 13 | EA | 52 | 2C |
| Octal | 24 | 50 | 316 | 132 | 121 | 0 | 23 | 352 | 122 | 54 |
| Binary | 10100 | 101000 | 11001110 | 1011010 | 1010001 | 0 | 10011 | 11101010 | 1010010 | 101100 |
Color Harmonies of #1428CE
Complementary color
Monochromatic Colors of #1428CE
Black with #1428CE
Text Example
Text Example
White with #1428CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428CE; }
p { color: rgb(20,40,206); }
H1.HeaderClassName
{
color: #1428CE;
}
.AnyTagClassName
{
color: #1428CE;
}
</style>
background-color css
<style>
a { background-color: #1428CE; }
a { background-color: rgb(20,40,206); }
div.DivClassName
{
background-color: #1428CE;
}
.BgClassName
{
background-color: #1428CE;
}
</style>
border-color css
<style>
span { border-color: #1428CE; }
span { border-color: rgb(20,40,206); }
td.TdClassName
{
border-color: #1428CE;
}
.TagClassName
{
border-color: #1428CE;
}
</style>