Shades of Persian Blue #1428DA
Tints of Persian Blue #1428DA
RGB
CMYK
RGB Variations
Color information
#1428DA (or 0x1428DA) is known color: Persian Blue. HEX triplet: 14, 28 and DA. RGB value is (20,40,218). Sum of RGB (Red+Green+Blue) = 20+40+218=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #1428DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428DA is #EBD725. Grayscale: #353535. Windows color (decimal): -15456038 or 14297108. OLE color: 14297108.
HSL color Cylindrical-coordinate representation of color #1428DA: hue angle of 233.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1428DA is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 40 | 218 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.15 |
| HSL | 233.94º | 0.83% | 0.47% | - |
| HSV(B) | 233.94º | 0.91% | 0.85% | - |
| XYZ | 13.7 | 6.73 | 66.91 | - |
| YUV | 54.31 | 220.37 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 218 | 0.91 | 0.82 | 0 | 0.15 | 233.94 | 0.83 | 0.47 |
| Hex | 14 | 28 | DA | 5B | 52 | 0 | F | EA | 53 | 2F |
| Octal | 24 | 50 | 332 | 133 | 122 | 0 | 17 | 352 | 123 | 57 |
| Binary | 10100 | 101000 | 11011010 | 1011011 | 1010010 | 0 | 1111 | 11101010 | 1010011 | 101111 |
Color Harmonies of #1428DA
Complementary color
Monochromatic Colors of #1428DA
Black with #1428DA
Text Example
Text Example
White with #1428DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428DA; }
p { color: rgb(20,40,218); }
H1.HeaderClassName
{
color: #1428DA;
}
.AnyTagClassName
{
color: #1428DA;
}
</style>
background-color css
<style>
a { background-color: #1428DA; }
a { background-color: rgb(20,40,218); }
div.DivClassName
{
background-color: #1428DA;
}
.BgClassName
{
background-color: #1428DA;
}
</style>
border-color css
<style>
span { border-color: #1428DA; }
span { border-color: rgb(20,40,218); }
td.TdClassName
{
border-color: #1428DA;
}
.TagClassName
{
border-color: #1428DA;
}
</style>