Shades of Persian Blue #133DDD
Tints of Persian Blue #133DDD
RGB
CMYK
RGB Variations
Color information
#133DDD (or 0x133DDD) is known color: Persian Blue. HEX triplet: 13, 3D and DD. RGB value is (19,61,221). Sum of RGB (Red+Green+Blue) = 19+61+221=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #133DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DDD is #ECC222. Grayscale: #424242. Windows color (decimal): -15516195 or 14499091. OLE color: 14499091.
HSL color Cylindrical-coordinate representation of color #133DDD: hue angle of 227.52º 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 #133DDD is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 61 | 221 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.13 |
| HSL | 227.52º | 0.84% | 0.47% | - |
| HSV(B) | 227.52º | 0.91% | 0.87% | - |
| XYZ | 14.99 | 8.7 | 69.3 | - |
| YUV | 66.68 | 215.09 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 221 | 0.91 | 0.72 | 0 | 0.13 | 227.52 | 0.84 | 0.47 |
| Hex | 13 | 3D | DD | 5B | 48 | 0 | D | E4 | 54 | 2F |
| Octal | 23 | 75 | 335 | 133 | 110 | 0 | 15 | 344 | 124 | 57 |
| Binary | 10011 | 111101 | 11011101 | 1011011 | 1001000 | 0 | 1101 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133DDD
Complementary color
Monochromatic Colors of #133DDD
Black with #133DDD
Text Example
Text Example
White with #133DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DDD; }
p { color: rgb(19,61,221); }
H1.HeaderClassName
{
color: #133DDD;
}
.AnyTagClassName
{
color: #133DDD;
}
</style>
background-color css
<style>
a { background-color: #133DDD; }
a { background-color: rgb(19,61,221); }
div.DivClassName
{
background-color: #133DDD;
}
.BgClassName
{
background-color: #133DDD;
}
</style>
border-color css
<style>
span { border-color: #133DDD; }
span { border-color: rgb(19,61,221); }
td.TdClassName
{
border-color: #133DDD;
}
.TagClassName
{
border-color: #133DDD;
}
</style>