Shades of Persian Blue #133AD4
Tints of Persian Blue #133AD4
RGB
CMYK
RGB Variations
Color information
#133AD4 (or 0x133AD4) is known color: Persian Blue. HEX triplet: 13, 3A and D4. RGB value is (19,58,212). Sum of RGB (Red+Green+Blue) = 19+58+212=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 212 (83.20% from 255 or 73.36% from 289); Max value from RGB is 212 - color contains mainly: blue. Hex color #133AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AD4 is #ECC52B. Grayscale: #3F3F3F. Windows color (decimal): -15516972 or 13908499. OLE color: 13908499.
HSL color Cylindrical-coordinate representation of color #133AD4: hue angle of 227.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133AD4 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 58 | 212 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.17 |
| HSL | 227.88º | 0.84% | 0.45% | - |
| HSV(B) | 227.88º | 0.91% | 0.83% | - |
| XYZ | 13.67 | 7.92 | 63.1 | - |
| YUV | 63.9 | 211.58 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 212 | 0.91 | 0.73 | 0 | 0.17 | 227.88 | 0.84 | 0.45 |
| Hex | 13 | 3A | D4 | 5B | 49 | 0 | 11 | E4 | 54 | 2D |
| Octal | 23 | 72 | 324 | 133 | 111 | 0 | 21 | 344 | 124 | 55 |
| Binary | 10011 | 111010 | 11010100 | 1011011 | 1001001 | 0 | 10001 | 11100100 | 1010100 | 101101 |
Color Harmonies of #133AD4
Complementary color
Monochromatic Colors of #133AD4
Black with #133AD4
Text Example
Text Example
White with #133AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AD4; }
p { color: rgb(19,58,212); }
H1.HeaderClassName
{
color: #133AD4;
}
.AnyTagClassName
{
color: #133AD4;
}
</style>
background-color css
<style>
a { background-color: #133AD4; }
a { background-color: rgb(19,58,212); }
div.DivClassName
{
background-color: #133AD4;
}
.BgClassName
{
background-color: #133AD4;
}
</style>
border-color css
<style>
span { border-color: #133AD4; }
span { border-color: rgb(19,58,212); }
td.TdClassName
{
border-color: #133AD4;
}
.TagClassName
{
border-color: #133AD4;
}
</style>