Shades of Persian Blue #133EC6
Tints of Persian Blue #133EC6
RGB
CMYK
RGB Variations
Color information
#133EC6 (or 0x133EC6) is known color: Persian Blue. HEX triplet: 13, 3E and C6. RGB value is (19,62,198). Sum of RGB (Red+Green+Blue) = 19+62+198=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #133EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EC6 is #ECC139. Grayscale: #404040. Windows color (decimal): -15515962 or 12992019. OLE color: 12992019.
HSL color Cylindrical-coordinate representation of color #133EC6: hue angle of 225.59º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133EC6 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 62 | 198 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.22 |
| HSL | 225.59º | 0.82% | 0.43% | - |
| HSV(B) | 225.59º | 0.9% | 0.78% | - |
| XYZ | 12.18 | 7.66 | 54.26 | - |
| YUV | 64.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 198 | 0.90 | 0.69 | 0 | 0.22 | 225.59 | 0.82 | 0.43 |
| Hex | 13 | 3E | C6 | 5A | 45 | 0 | 16 | E2 | 52 | 2B |
| Octal | 23 | 76 | 306 | 132 | 105 | 0 | 26 | 342 | 122 | 53 |
| Binary | 10011 | 111110 | 11000110 | 1011010 | 1000101 | 0 | 10110 | 11100010 | 1010010 | 101011 |
Color Harmonies of #133EC6
Complementary color
Monochromatic Colors of #133EC6
Black with #133EC6
Text Example
Text Example
White with #133EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EC6; }
p { color: rgb(19,62,198); }
H1.HeaderClassName
{
color: #133EC6;
}
.AnyTagClassName
{
color: #133EC6;
}
</style>
background-color css
<style>
a { background-color: #133EC6; }
a { background-color: rgb(19,62,198); }
div.DivClassName
{
background-color: #133EC6;
}
.BgClassName
{
background-color: #133EC6;
}
</style>
border-color css
<style>
span { border-color: #133EC6; }
span { border-color: rgb(19,62,198); }
td.TdClassName
{
border-color: #133EC6;
}
.TagClassName
{
border-color: #133EC6;
}
</style>