Shades of Persian Blue #133FDD
Tints of Persian Blue #133FDD
RGB
CMYK
RGB Variations
Color information
#133FDD (or 0x133FDD) is known color: Persian Blue. HEX triplet: 13, 3F and DD. RGB value is (19,63,221). Sum of RGB (Red+Green+Blue) = 19+63+221=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #133FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FDD is #ECC022. Grayscale: #434343. Windows color (decimal): -15515683 or 14499603. OLE color: 14499603.
HSL color Cylindrical-coordinate representation of color #133FDD: hue angle of 226.93º degrees, saturation: 0.84, 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 #133FDD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 63 | 221 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.13 |
| HSL | 226.93º | 0.84% | 0.47% | - |
| HSV(B) | 226.93º | 0.91% | 0.87% | - |
| XYZ | 15.1 | 8.91 | 69.33 | - |
| YUV | 67.86 | 214.42 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 221 | 0.91 | 0.71 | 0 | 0.13 | 226.93 | 0.84 | 0.47 |
| Hex | 13 | 3F | DD | 5B | 47 | 0 | D | E3 | 54 | 2F |
| Octal | 23 | 77 | 335 | 133 | 107 | 0 | 15 | 343 | 124 | 57 |
| Binary | 10011 | 111111 | 11011101 | 1011011 | 1000111 | 0 | 1101 | 11100011 | 1010100 | 101111 |
Color Harmonies of #133FDD
Complementary color
Monochromatic Colors of #133FDD
Black with #133FDD
Text Example
Text Example
White with #133FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FDD; }
p { color: rgb(19,63,221); }
H1.HeaderClassName
{
color: #133FDD;
}
.AnyTagClassName
{
color: #133FDD;
}
</style>
background-color css
<style>
a { background-color: #133FDD; }
a { background-color: rgb(19,63,221); }
div.DivClassName
{
background-color: #133FDD;
}
.BgClassName
{
background-color: #133FDD;
}
</style>
border-color css
<style>
span { border-color: #133FDD; }
span { border-color: rgb(19,63,221); }
td.TdClassName
{
border-color: #133FDD;
}
.TagClassName
{
border-color: #133FDD;
}
</style>