Shades of Persian Blue #133EDD
Tints of Persian Blue #133EDD
RGB
CMYK
RGB Variations
Color information
#133EDD (or 0x133EDD) is known color: Persian Blue. HEX triplet: 13, 3E and DD. RGB value is (19,62,221). Sum of RGB (Red+Green+Blue) = 19+62+221=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #133EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EDD is #ECC122. Grayscale: #424242. Windows color (decimal): -15515939 or 14499347. OLE color: 14499347.
HSL color Cylindrical-coordinate representation of color #133EDD: hue angle of 227.23º 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 #133EDD is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 62 | 221 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.13 |
| HSL | 227.23º | 0.84% | 0.47% | - |
| HSV(B) | 227.23º | 0.91% | 0.87% | - |
| XYZ | 15.04 | 8.8 | 69.31 | - |
| YUV | 67.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 221 | 0.91 | 0.72 | 0 | 0.13 | 227.23 | 0.84 | 0.47 |
| Hex | 13 | 3E | DD | 5B | 48 | 0 | D | E3 | 54 | 2F |
| Octal | 23 | 76 | 335 | 133 | 110 | 0 | 15 | 343 | 124 | 57 |
| Binary | 10011 | 111110 | 11011101 | 1011011 | 1001000 | 0 | 1101 | 11100011 | 1010100 | 101111 |
Color Harmonies of #133EDD
Complementary color
Monochromatic Colors of #133EDD
Black with #133EDD
Text Example
Text Example
White with #133EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EDD; }
p { color: rgb(19,62,221); }
H1.HeaderClassName
{
color: #133EDD;
}
.AnyTagClassName
{
color: #133EDD;
}
</style>
background-color css
<style>
a { background-color: #133EDD; }
a { background-color: rgb(19,62,221); }
div.DivClassName
{
background-color: #133EDD;
}
.BgClassName
{
background-color: #133EDD;
}
</style>
border-color css
<style>
span { border-color: #133EDD; }
span { border-color: rgb(19,62,221); }
td.TdClassName
{
border-color: #133EDD;
}
.TagClassName
{
border-color: #133EDD;
}
</style>