Shades of Persian Blue #133ED7
Tints of Persian Blue #133ED7
RGB
CMYK
RGB Variations
Color information
#133ED7 (or 0x133ED7) is known color: Persian Blue. HEX triplet: 13, 3E and D7. RGB value is (19,62,215). Sum of RGB (Red+Green+Blue) = 19+62+215=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 215 (84.38% from 255 or 72.64% from 296); Max value from RGB is 215 - color contains mainly: blue. Hex color #133ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ED7 is #ECC128. Grayscale: #414141. Windows color (decimal): -15515945 or 14106131. OLE color: 14106131.
HSL color Cylindrical-coordinate representation of color #133ED7: hue angle of 226.84º 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 #133ED7 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 62 | 215 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.16 |
| HSL | 226.84º | 0.84% | 0.46% | - |
| HSV(B) | 226.84º | 0.91% | 0.84% | - |
| XYZ | 14.26 | 8.49 | 65.18 | - |
| YUV | 66.59 | 211.75 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 215 | 0.91 | 0.71 | 0 | 0.16 | 226.84 | 0.84 | 0.46 |
| Hex | 13 | 3E | D7 | 5B | 47 | 0 | 10 | E3 | 54 | 2E |
| Octal | 23 | 76 | 327 | 133 | 107 | 0 | 20 | 343 | 124 | 56 |
| Binary | 10011 | 111110 | 11010111 | 1011011 | 1000111 | 0 | 10000 | 11100011 | 1010100 | 101110 |
Color Harmonies of #133ED7
Complementary color
Monochromatic Colors of #133ED7
Black with #133ED7
Text Example
Text Example
White with #133ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ED7; }
p { color: rgb(19,62,215); }
H1.HeaderClassName
{
color: #133ED7;
}
.AnyTagClassName
{
color: #133ED7;
}
</style>
background-color css
<style>
a { background-color: #133ED7; }
a { background-color: rgb(19,62,215); }
div.DivClassName
{
background-color: #133ED7;
}
.BgClassName
{
background-color: #133ED7;
}
</style>
border-color css
<style>
span { border-color: #133ED7; }
span { border-color: rgb(19,62,215); }
td.TdClassName
{
border-color: #133ED7;
}
.TagClassName
{
border-color: #133ED7;
}
</style>