Shades of Persian Blue #1433DD
Tints of Persian Blue #1433DD
RGB
CMYK
RGB Variations
Color information
#1433DD (or 0x1433DD) is known color: Persian Blue. HEX triplet: 14, 33 and DD. RGB value is (20,51,221). Sum of RGB (Red+Green+Blue) = 20+51+221=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #1433DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433DD is #EBCC22. Grayscale: #3C3C3C. Windows color (decimal): -15453219 or 14496532. OLE color: 14496532.
HSL color Cylindrical-coordinate representation of color #1433DD: hue angle of 230.75º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1433DD is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 51 | 221 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.13 |
| HSL | 230.75º | 0.83% | 0.47% | - |
| HSV(B) | 230.75º | 0.91% | 0.87% | - |
| XYZ | 14.52 | 7.74 | 69.13 | - |
| YUV | 61.11 | 218.23 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 221 | 0.91 | 0.77 | 0 | 0.13 | 230.75 | 0.83 | 0.47 |
| Hex | 14 | 33 | DD | 5B | 4D | 0 | D | E7 | 53 | 2F |
| Octal | 24 | 63 | 335 | 133 | 115 | 0 | 15 | 347 | 123 | 57 |
| Binary | 10100 | 110011 | 11011101 | 1011011 | 1001101 | 0 | 1101 | 11100111 | 1010011 | 101111 |
Color Harmonies of #1433DD
Complementary color
Monochromatic Colors of #1433DD
Black with #1433DD
Text Example
Text Example
White with #1433DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433DD; }
p { color: rgb(20,51,221); }
H1.HeaderClassName
{
color: #1433DD;
}
.AnyTagClassName
{
color: #1433DD;
}
</style>
background-color css
<style>
a { background-color: #1433DD; }
a { background-color: rgb(20,51,221); }
div.DivClassName
{
background-color: #1433DD;
}
.BgClassName
{
background-color: #1433DD;
}
</style>
border-color css
<style>
span { border-color: #1433DD; }
span { border-color: rgb(20,51,221); }
td.TdClassName
{
border-color: #1433DD;
}
.TagClassName
{
border-color: #1433DD;
}
</style>