Shades of Persian Blue #1433DF
Tints of Persian Blue #1433DF
RGB
CMYK
RGB Variations
Color information
#1433DF (or 0x1433DF) is known color: Persian Blue. HEX triplet: 14, 33 and DF. RGB value is (20,51,223). Sum of RGB (Red+Green+Blue) = 20+51+223=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #1433DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433DF is #EBCC20. Grayscale: #3C3C3C. Windows color (decimal): -15453217 or 14627604. OLE color: 14627604.
HSL color Cylindrical-coordinate representation of color #1433DF: hue angle of 230.84º 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 #1433DF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 51 | 223 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.13 |
| HSL | 230.84º | 0.84% | 0.48% | - |
| HSV(B) | 230.84º | 0.91% | 0.87% | - |
| XYZ | 14.79 | 7.84 | 70.55 | - |
| YUV | 61.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 223 | 0.91 | 0.77 | 0 | 0.13 | 230.84 | 0.84 | 0.48 |
| Hex | 14 | 33 | DF | 5B | 4D | 0 | D | E7 | 54 | 30 |
| Octal | 24 | 63 | 337 | 133 | 115 | 0 | 15 | 347 | 124 | 60 |
| Binary | 10100 | 110011 | 11011111 | 1011011 | 1001101 | 0 | 1101 | 11100111 | 1010100 | 110000 |
Color Harmonies of #1433DF
Complementary color
Monochromatic Colors of #1433DF
Black with #1433DF
Text Example
Text Example
White with #1433DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433DF; }
p { color: rgb(20,51,223); }
H1.HeaderClassName
{
color: #1433DF;
}
.AnyTagClassName
{
color: #1433DF;
}
</style>
background-color css
<style>
a { background-color: #1433DF; }
a { background-color: rgb(20,51,223); }
div.DivClassName
{
background-color: #1433DF;
}
.BgClassName
{
background-color: #1433DF;
}
</style>
border-color css
<style>
span { border-color: #1433DF; }
span { border-color: rgb(20,51,223); }
td.TdClassName
{
border-color: #1433DF;
}
.TagClassName
{
border-color: #1433DF;
}
</style>