Shades of Persian Blue #1423DF
Tints of Persian Blue #1423DF
RGB
CMYK
RGB Variations
Color information
#1423DF (or 0x1423DF) is known color: Persian Blue. HEX triplet: 14, 23 and DF. RGB value is (20,35,223). Sum of RGB (Red+Green+Blue) = 20+35+223=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #1423DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1423DF is #EBDC20. Grayscale: #333333. Windows color (decimal): -15457313 or 14623508. OLE color: 14623508.
HSL color Cylindrical-coordinate representation of color #1423DF: hue angle of 235.57º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1423DF is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 35 | 223 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.13 |
| HSL | 235.57º | 0.84% | 0.48% | - |
| HSV(B) | 235.57º | 0.91% | 0.87% | - |
| XYZ | 14.21 | 6.68 | 70.35 | - |
| YUV | 51.95 | 224.53 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 223 | 0.91 | 0.84 | 0 | 0.13 | 235.57 | 0.84 | 0.48 |
| Hex | 14 | 23 | DF | 5B | 54 | 0 | D | EC | 54 | 30 |
| Octal | 24 | 43 | 337 | 133 | 124 | 0 | 15 | 354 | 124 | 60 |
| Binary | 10100 | 100011 | 11011111 | 1011011 | 1010100 | 0 | 1101 | 11101100 | 1010100 | 110000 |
Color Harmonies of #1423DF
Complementary color
Monochromatic Colors of #1423DF
Black with #1423DF
Text Example
Text Example
White with #1423DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423DF; }
p { color: rgb(20,35,223); }
H1.HeaderClassName
{
color: #1423DF;
}
.AnyTagClassName
{
color: #1423DF;
}
</style>
background-color css
<style>
a { background-color: #1423DF; }
a { background-color: rgb(20,35,223); }
div.DivClassName
{
background-color: #1423DF;
}
.BgClassName
{
background-color: #1423DF;
}
</style>
border-color css
<style>
span { border-color: #1423DF; }
span { border-color: rgb(20,35,223); }
td.TdClassName
{
border-color: #1423DF;
}
.TagClassName
{
border-color: #1423DF;
}
</style>