Shades of Persian Blue #133DD7
Tints of Persian Blue #133DD7
RGB
CMYK
RGB Variations
Color information
#133DD7 (or 0x133DD7) is known color: Persian Blue. HEX triplet: 13, 3D and D7. RGB value is (19,61,215). Sum of RGB (Red+Green+Blue) = 19+61+215=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 215 (84.38% from 255 or 72.88% from 295); Max value from RGB is 215 - color contains mainly: blue. Hex color #133DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DD7 is #ECC228. Grayscale: #414141. Windows color (decimal): -15516201 or 14105875. OLE color: 14105875.
HSL color Cylindrical-coordinate representation of color #133DD7: hue angle of 227.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133DD7 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 61 | 215 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.16 |
| HSL | 227.14º | 0.84% | 0.46% | - |
| HSV(B) | 227.14º | 0.91% | 0.84% | - |
| XYZ | 14.2 | 8.38 | 65.16 | - |
| YUV | 66 | 212.09 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 215 | 0.91 | 0.72 | 0 | 0.16 | 227.14 | 0.84 | 0.46 |
| Hex | 13 | 3D | D7 | 5B | 48 | 0 | 10 | E3 | 54 | 2E |
| Octal | 23 | 75 | 327 | 133 | 110 | 0 | 20 | 343 | 124 | 56 |
| Binary | 10011 | 111101 | 11010111 | 1011011 | 1001000 | 0 | 10000 | 11100011 | 1010100 | 101110 |
Color Harmonies of #133DD7
Complementary color
Monochromatic Colors of #133DD7
Black with #133DD7
Text Example
Text Example
White with #133DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DD7; }
p { color: rgb(19,61,215); }
H1.HeaderClassName
{
color: #133DD7;
}
.AnyTagClassName
{
color: #133DD7;
}
</style>
background-color css
<style>
a { background-color: #133DD7; }
a { background-color: rgb(19,61,215); }
div.DivClassName
{
background-color: #133DD7;
}
.BgClassName
{
background-color: #133DD7;
}
</style>
border-color css
<style>
span { border-color: #133DD7; }
span { border-color: rgb(19,61,215); }
td.TdClassName
{
border-color: #133DD7;
}
.TagClassName
{
border-color: #133DD7;
}
</style>