Shades of Persian Blue #1434DB
Tints of Persian Blue #1434DB
RGB
CMYK
RGB Variations
Color information
#1434DB (or 0x1434DB) is known color: Persian Blue. HEX triplet: 14, 34 and DB. RGB value is (20,52,219). Sum of RGB (Red+Green+Blue) = 20+52+219=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #1434DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434DB is #EBCB24. Grayscale: #3C3C3C. Windows color (decimal): -15452965 or 14365716. OLE color: 14365716.
HSL color Cylindrical-coordinate representation of color #1434DB: hue angle of 230.35º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1434DB is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 52 | 219 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.14 |
| HSL | 230.35º | 0.83% | 0.47% | - |
| HSV(B) | 230.35º | 0.91% | 0.86% | - |
| XYZ | 14.3 | 7.72 | 67.75 | - |
| YUV | 61.47 | 216.9 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 219 | 0.91 | 0.76 | 0 | 0.14 | 230.35 | 0.83 | 0.47 |
| Hex | 14 | 34 | DB | 5B | 4C | 0 | E | E6 | 53 | 2F |
| Octal | 24 | 64 | 333 | 133 | 114 | 0 | 16 | 346 | 123 | 57 |
| Binary | 10100 | 110100 | 11011011 | 1011011 | 1001100 | 0 | 1110 | 11100110 | 1010011 | 101111 |
Color Harmonies of #1434DB
Complementary color
Monochromatic Colors of #1434DB
Black with #1434DB
Text Example
Text Example
White with #1434DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1434DB; }
p { color: rgb(20,52,219); }
H1.HeaderClassName
{
color: #1434DB;
}
.AnyTagClassName
{
color: #1434DB;
}
</style>
background-color css
<style>
a { background-color: #1434DB; }
a { background-color: rgb(20,52,219); }
div.DivClassName
{
background-color: #1434DB;
}
.BgClassName
{
background-color: #1434DB;
}
</style>
border-color css
<style>
span { border-color: #1434DB; }
span { border-color: rgb(20,52,219); }
td.TdClassName
{
border-color: #1434DB;
}
.TagClassName
{
border-color: #1434DB;
}
</style>