Shades of Persian Blue #1428CC
Tints of Persian Blue #1428CC
RGB
CMYK
RGB Variations
Color information
#1428CC (or 0x1428CC) is known color: Persian Blue. HEX triplet: 14, 28 and CC. RGB value is (20,40,204). Sum of RGB (Red+Green+Blue) = 20+40+204=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #1428CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428CC is #EBD733. Grayscale: #343434. Windows color (decimal): -15456052 or 13379604. OLE color: 13379604.
HSL color Cylindrical-coordinate representation of color #1428CC: hue angle of 233.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1428CC is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 40 | 204 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.2 |
| HSL | 233.48º | 0.82% | 0.44% | - |
| HSV(B) | 233.48º | 0.9% | 0.8% | - |
| XYZ | 11.95 | 6.03 | 57.66 | - |
| YUV | 52.72 | 213.37 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 204 | 0.90 | 0.80 | 0 | 0.2 | 233.48 | 0.82 | 0.44 |
| Hex | 14 | 28 | CC | 5A | 50 | 0 | 14 | E9 | 52 | 2C |
| Octal | 24 | 50 | 314 | 132 | 120 | 0 | 24 | 351 | 122 | 54 |
| Binary | 10100 | 101000 | 11001100 | 1011010 | 1010000 | 0 | 10100 | 11101001 | 1010010 | 101100 |
Color Harmonies of #1428CC
Complementary color
Monochromatic Colors of #1428CC
Black with #1428CC
Text Example
Text Example
White with #1428CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428CC; }
p { color: rgb(20,40,204); }
H1.HeaderClassName
{
color: #1428CC;
}
.AnyTagClassName
{
color: #1428CC;
}
</style>
background-color css
<style>
a { background-color: #1428CC; }
a { background-color: rgb(20,40,204); }
div.DivClassName
{
background-color: #1428CC;
}
.BgClassName
{
background-color: #1428CC;
}
</style>
border-color css
<style>
span { border-color: #1428CC; }
span { border-color: rgb(20,40,204); }
td.TdClassName
{
border-color: #1428CC;
}
.TagClassName
{
border-color: #1428CC;
}
</style>