Shades of Persian Blue #133BDD
Tints of Persian Blue #133BDD
RGB
CMYK
RGB Variations
Color information
#133BDD (or 0x133BDD) is known color: Persian Blue. HEX triplet: 13, 3B and DD. RGB value is (19,59,221). Sum of RGB (Red+Green+Blue) = 19+59+221=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #133BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BDD is #ECC422. Grayscale: #404040. Windows color (decimal): -15516707 or 14498579. OLE color: 14498579.
HSL color Cylindrical-coordinate representation of color #133BDD: hue angle of 228.12º 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 #133BDD is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 59 | 221 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.13 |
| HSL | 228.12º | 0.84% | 0.47% | - |
| HSV(B) | 228.12º | 0.91% | 0.87% | - |
| XYZ | 14.88 | 8.49 | 69.26 | - |
| YUV | 65.51 | 215.75 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 221 | 0.91 | 0.73 | 0 | 0.13 | 228.12 | 0.84 | 0.47 |
| Hex | 13 | 3B | DD | 5B | 49 | 0 | D | E4 | 54 | 2F |
| Octal | 23 | 73 | 335 | 133 | 111 | 0 | 15 | 344 | 124 | 57 |
| Binary | 10011 | 111011 | 11011101 | 1011011 | 1001001 | 0 | 1101 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133BDD
Complementary color
Monochromatic Colors of #133BDD
Black with #133BDD
Text Example
Text Example
White with #133BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BDD; }
p { color: rgb(19,59,221); }
H1.HeaderClassName
{
color: #133BDD;
}
.AnyTagClassName
{
color: #133BDD;
}
</style>
background-color css
<style>
a { background-color: #133BDD; }
a { background-color: rgb(19,59,221); }
div.DivClassName
{
background-color: #133BDD;
}
.BgClassName
{
background-color: #133BDD;
}
</style>
border-color css
<style>
span { border-color: #133BDD; }
span { border-color: rgb(19,59,221); }
td.TdClassName
{
border-color: #133BDD;
}
.TagClassName
{
border-color: #133BDD;
}
</style>