Shades of Persian Blue #1423DB
Tints of Persian Blue #1423DB
RGB
CMYK
RGB Variations
Color information
#1423DB (or 0x1423DB) is known color: Persian Blue. HEX triplet: 14, 23 and DB. RGB value is (20,35,219). Sum of RGB (Red+Green+Blue) = 20+35+219=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #1423DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1423DB is #EBDC24. Grayscale: #323232. Windows color (decimal): -15457317 or 14361364. OLE color: 14361364.
HSL color Cylindrical-coordinate representation of color #1423DB: hue angle of 235.48º 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 #1423DB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 35 | 219 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.14 |
| HSL | 235.48º | 0.83% | 0.47% | - |
| HSV(B) | 235.48º | 0.91% | 0.86% | - |
| XYZ | 13.68 | 6.47 | 67.54 | - |
| YUV | 51.49 | 222.53 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 219 | 0.91 | 0.84 | 0 | 0.14 | 235.48 | 0.83 | 0.47 |
| Hex | 14 | 23 | DB | 5B | 54 | 0 | E | EB | 53 | 2F |
| Octal | 24 | 43 | 333 | 133 | 124 | 0 | 16 | 353 | 123 | 57 |
| Binary | 10100 | 100011 | 11011011 | 1011011 | 1010100 | 0 | 1110 | 11101011 | 1010011 | 101111 |
Color Harmonies of #1423DB
Complementary color
Monochromatic Colors of #1423DB
Black with #1423DB
Text Example
Text Example
White with #1423DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423DB; }
p { color: rgb(20,35,219); }
H1.HeaderClassName
{
color: #1423DB;
}
.AnyTagClassName
{
color: #1423DB;
}
</style>
background-color css
<style>
a { background-color: #1423DB; }
a { background-color: rgb(20,35,219); }
div.DivClassName
{
background-color: #1423DB;
}
.BgClassName
{
background-color: #1423DB;
}
</style>
border-color css
<style>
span { border-color: #1423DB; }
span { border-color: rgb(20,35,219); }
td.TdClassName
{
border-color: #1423DB;
}
.TagClassName
{
border-color: #1423DB;
}
</style>