Shades of Persian Blue #133DDA
Tints of Persian Blue #133DDA
RGB
CMYK
RGB Variations
Color information
#133DDA (or 0x133DDA) is known color: Persian Blue. HEX triplet: 13, 3D and DA. RGB value is (19,61,218). Sum of RGB (Red+Green+Blue) = 19+61+218=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #133DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DDA is #ECC225. Grayscale: #414141. Windows color (decimal): -15516198 or 14302483. OLE color: 14302483.
HSL color Cylindrical-coordinate representation of color #133DDA: hue angle of 227.34º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133DDA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 61 | 218 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.15 |
| HSL | 227.34º | 0.84% | 0.46% | - |
| HSV(B) | 227.34º | 0.91% | 0.85% | - |
| XYZ | 14.59 | 8.54 | 67.21 | - |
| YUV | 66.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 218 | 0.91 | 0.72 | 0 | 0.15 | 227.34 | 0.84 | 0.46 |
| Hex | 13 | 3D | DA | 5B | 48 | 0 | F | E3 | 54 | 2E |
| Octal | 23 | 75 | 332 | 133 | 110 | 0 | 17 | 343 | 124 | 56 |
| Binary | 10011 | 111101 | 11011010 | 1011011 | 1001000 | 0 | 1111 | 11100011 | 1010100 | 101110 |
Color Harmonies of #133DDA
Complementary color
Monochromatic Colors of #133DDA
Black with #133DDA
Text Example
Text Example
White with #133DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DDA; }
p { color: rgb(19,61,218); }
H1.HeaderClassName
{
color: #133DDA;
}
.AnyTagClassName
{
color: #133DDA;
}
</style>
background-color css
<style>
a { background-color: #133DDA; }
a { background-color: rgb(19,61,218); }
div.DivClassName
{
background-color: #133DDA;
}
.BgClassName
{
background-color: #133DDA;
}
</style>
border-color css
<style>
span { border-color: #133DDA; }
span { border-color: rgb(19,61,218); }
td.TdClassName
{
border-color: #133DDA;
}
.TagClassName
{
border-color: #133DDA;
}
</style>