Shades of Persian Blue #133EDC
Tints of Persian Blue #133EDC
RGB
CMYK
RGB Variations
Color information
#133EDC (or 0x133EDC) is known color: Persian Blue. HEX triplet: 13, 3E and DC. RGB value is (19,62,220). Sum of RGB (Red+Green+Blue) = 19+62+220=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #133EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EDC is #ECC123. Grayscale: #424242. Windows color (decimal): -15515940 or 14433811. OLE color: 14433811.
HSL color Cylindrical-coordinate representation of color #133EDC: hue angle of 227.16º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133EDC is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 62 | 220 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.14 |
| HSL | 227.16º | 0.84% | 0.47% | - |
| HSV(B) | 227.16º | 0.91% | 0.86% | - |
| XYZ | 14.91 | 8.75 | 68.61 | - |
| YUV | 67.16 | 214.25 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 220 | 0.91 | 0.72 | 0 | 0.14 | 227.16 | 0.84 | 0.47 |
| Hex | 13 | 3E | DC | 5B | 48 | 0 | E | E3 | 54 | 2F |
| Octal | 23 | 76 | 334 | 133 | 110 | 0 | 16 | 343 | 124 | 57 |
| Binary | 10011 | 111110 | 11011100 | 1011011 | 1001000 | 0 | 1110 | 11100011 | 1010100 | 101111 |
Color Harmonies of #133EDC
Complementary color
Monochromatic Colors of #133EDC
Black with #133EDC
Text Example
Text Example
White with #133EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EDC; }
p { color: rgb(19,62,220); }
H1.HeaderClassName
{
color: #133EDC;
}
.AnyTagClassName
{
color: #133EDC;
}
</style>
background-color css
<style>
a { background-color: #133EDC; }
a { background-color: rgb(19,62,220); }
div.DivClassName
{
background-color: #133EDC;
}
.BgClassName
{
background-color: #133EDC;
}
</style>
border-color css
<style>
span { border-color: #133EDC; }
span { border-color: rgb(19,62,220); }
td.TdClassName
{
border-color: #133EDC;
}
.TagClassName
{
border-color: #133EDC;
}
</style>