Shades of Persian Blue #1436DF
Tints of Persian Blue #1436DF
RGB
CMYK
RGB Variations
Color information
#1436DF (or 0x1436DF) is known color: Persian Blue. HEX triplet: 14, 36 and DF. RGB value is (20,54,223). Sum of RGB (Red+Green+Blue) = 20+54+223=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #1436DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436DF is #EBC920. Grayscale: #3E3E3E. Windows color (decimal): -15452449 or 14628372. OLE color: 14628372.
HSL color Cylindrical-coordinate representation of color #1436DF: hue angle of 229.95º 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 #1436DF is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 54 | 223 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.13 |
| HSL | 229.95º | 0.84% | 0.48% | - |
| HSV(B) | 229.95º | 0.91% | 0.87% | - |
| XYZ | 14.93 | 8.11 | 70.59 | - |
| YUV | 63.1 | 218.24 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 223 | 0.91 | 0.76 | 0 | 0.13 | 229.95 | 0.84 | 0.48 |
| Hex | 14 | 36 | DF | 5B | 4C | 0 | D | E6 | 54 | 30 |
| Octal | 24 | 66 | 337 | 133 | 114 | 0 | 15 | 346 | 124 | 60 |
| Binary | 10100 | 110110 | 11011111 | 1011011 | 1001100 | 0 | 1101 | 11100110 | 1010100 | 110000 |
Color Harmonies of #1436DF
Complementary color
Monochromatic Colors of #1436DF
Black with #1436DF
Text Example
Text Example
White with #1436DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436DF; }
p { color: rgb(20,54,223); }
H1.HeaderClassName
{
color: #1436DF;
}
.AnyTagClassName
{
color: #1436DF;
}
</style>
background-color css
<style>
a { background-color: #1436DF; }
a { background-color: rgb(20,54,223); }
div.DivClassName
{
background-color: #1436DF;
}
.BgClassName
{
background-color: #1436DF;
}
</style>
border-color css
<style>
span { border-color: #1436DF; }
span { border-color: rgb(20,54,223); }
td.TdClassName
{
border-color: #1436DF;
}
.TagClassName
{
border-color: #1436DF;
}
</style>