Shades of Persian Blue #1333DC
Tints of Persian Blue #1333DC
RGB
CMYK
RGB Variations
Color information
#1333DC (or 0x1333DC) is known color: Persian Blue. HEX triplet: 13, 33 and DC. RGB value is (19,51,220). Sum of RGB (Red+Green+Blue) = 19+51+220=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #1333DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333DC is #ECCC23. Grayscale: #3B3B3B. Windows color (decimal): -15518756 or 14430995. OLE color: 14430995.
HSL color Cylindrical-coordinate representation of color #1333DC: hue angle of 230.45º degrees, saturation: 0.84, 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 #1333DC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 51 | 220 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.14 |
| HSL | 230.45º | 0.84% | 0.47% | - |
| HSV(B) | 230.45º | 0.91% | 0.86% | - |
| XYZ | 14.37 | 7.67 | 68.43 | - |
| YUV | 60.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 220 | 0.91 | 0.77 | 0 | 0.14 | 230.45 | 0.84 | 0.47 |
| Hex | 13 | 33 | DC | 5B | 4D | 0 | E | E6 | 54 | 2F |
| Octal | 23 | 63 | 334 | 133 | 115 | 0 | 16 | 346 | 124 | 57 |
| Binary | 10011 | 110011 | 11011100 | 1011011 | 1001101 | 0 | 1110 | 11100110 | 1010100 | 101111 |
Color Harmonies of #1333DC
Complementary color
Monochromatic Colors of #1333DC
Black with #1333DC
Text Example
Text Example
White with #1333DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1333DC; }
p { color: rgb(19,51,220); }
H1.HeaderClassName
{
color: #1333DC;
}
.AnyTagClassName
{
color: #1333DC;
}
</style>
background-color css
<style>
a { background-color: #1333DC; }
a { background-color: rgb(19,51,220); }
div.DivClassName
{
background-color: #1333DC;
}
.BgClassName
{
background-color: #1333DC;
}
</style>
border-color css
<style>
span { border-color: #1333DC; }
span { border-color: rgb(19,51,220); }
td.TdClassName
{
border-color: #1333DC;
}
.TagClassName
{
border-color: #1333DC;
}
</style>