Shades of Persian Blue #133EC8
Tints of Persian Blue #133EC8
RGB
CMYK
RGB Variations
Color information
#133EC8 (or 0x133EC8) is known color: Persian Blue. HEX triplet: 13, 3E and C8. RGB value is (19,62,200). Sum of RGB (Red+Green+Blue) = 19+62+200=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #133EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EC8 is #ECC137. Grayscale: #404040. Windows color (decimal): -15515960 or 13123091. OLE color: 13123091.
HSL color Cylindrical-coordinate representation of color #133EC8: hue angle of 225.75º degrees, saturation: 0.83, 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 #133EC8 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 62 | 200 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.22 |
| HSL | 225.75º | 0.83% | 0.43% | - |
| HSV(B) | 225.75º | 0.91% | 0.78% | - |
| XYZ | 12.42 | 7.75 | 55.49 | - |
| YUV | 64.88 | 204.25 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 200 | 0.90 | 0.69 | 0 | 0.22 | 225.75 | 0.83 | 0.43 |
| Hex | 13 | 3E | C8 | 5A | 45 | 0 | 16 | E2 | 53 | 2B |
| Octal | 23 | 76 | 310 | 132 | 105 | 0 | 26 | 342 | 123 | 53 |
| Binary | 10011 | 111110 | 11001000 | 1011010 | 1000101 | 0 | 10110 | 11100010 | 1010011 | 101011 |
Color Harmonies of #133EC8
Complementary color
Monochromatic Colors of #133EC8
Black with #133EC8
Text Example
Text Example
White with #133EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EC8; }
p { color: rgb(19,62,200); }
H1.HeaderClassName
{
color: #133EC8;
}
.AnyTagClassName
{
color: #133EC8;
}
</style>
background-color css
<style>
a { background-color: #133EC8; }
a { background-color: rgb(19,62,200); }
div.DivClassName
{
background-color: #133EC8;
}
.BgClassName
{
background-color: #133EC8;
}
</style>
border-color css
<style>
span { border-color: #133EC8; }
span { border-color: rgb(19,62,200); }
td.TdClassName
{
border-color: #133EC8;
}
.TagClassName
{
border-color: #133EC8;
}
</style>