Shades of Persian Blue #133EDA
Tints of Persian Blue #133EDA
RGB
CMYK
RGB Variations
Color information
#133EDA (or 0x133EDA) is known color: Persian Blue. HEX triplet: 13, 3E and DA. RGB value is (19,62,218). Sum of RGB (Red+Green+Blue) = 19+62+218=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #133EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EDA is #ECC125. Grayscale: #424242. Windows color (decimal): -15515942 or 14302739. OLE color: 14302739.
HSL color Cylindrical-coordinate representation of color #133EDA: hue angle of 227.04º 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 #133EDA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 62 | 218 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.15 |
| HSL | 227.04º | 0.84% | 0.46% | - |
| HSV(B) | 227.04º | 0.91% | 0.85% | - |
| XYZ | 14.65 | 8.65 | 67.23 | - |
| YUV | 66.93 | 213.25 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 218 | 0.91 | 0.72 | 0 | 0.15 | 227.04 | 0.84 | 0.46 |
| Hex | 13 | 3E | DA | 5B | 48 | 0 | F | E3 | 54 | 2E |
| Octal | 23 | 76 | 332 | 133 | 110 | 0 | 17 | 343 | 124 | 56 |
| Binary | 10011 | 111110 | 11011010 | 1011011 | 1001000 | 0 | 1111 | 11100011 | 1010100 | 101110 |
Color Harmonies of #133EDA
Complementary color
Monochromatic Colors of #133EDA
Black with #133EDA
Text Example
Text Example
White with #133EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EDA; }
p { color: rgb(19,62,218); }
H1.HeaderClassName
{
color: #133EDA;
}
.AnyTagClassName
{
color: #133EDA;
}
</style>
background-color css
<style>
a { background-color: #133EDA; }
a { background-color: rgb(19,62,218); }
div.DivClassName
{
background-color: #133EDA;
}
.BgClassName
{
background-color: #133EDA;
}
</style>
border-color css
<style>
span { border-color: #133EDA; }
span { border-color: rgb(19,62,218); }
td.TdClassName
{
border-color: #133EDA;
}
.TagClassName
{
border-color: #133EDA;
}
</style>