Shades of Persian Blue #133EC2
Tints of Persian Blue #133EC2
RGB
CMYK
RGB Variations
Color information
#133EC2 (or 0x133EC2) is known color: Persian Blue. HEX triplet: 13, 3E and C2. RGB value is (19,62,194). Sum of RGB (Red+Green+Blue) = 19+62+194=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 194 (76.17% from 255 or 70.55% from 275); Max value from RGB is 194 - color contains mainly: blue. Hex color #133EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EC2 is #ECC13D. Grayscale: #3F3F3F. Windows color (decimal): -15515966 or 12729875. OLE color: 12729875.
HSL color Cylindrical-coordinate representation of color #133EC2: hue angle of 225.26º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133EC2 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 62 | 194 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.24 |
| HSL | 225.26º | 0.82% | 0.42% | - |
| HSV(B) | 225.26º | 0.9% | 0.76% | - |
| XYZ | 11.73 | 7.48 | 51.86 | - |
| YUV | 64.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 194 | 0.90 | 0.68 | 0 | 0.24 | 225.26 | 0.82 | 0.42 |
| Hex | 13 | 3E | C2 | 5A | 44 | 0 | 18 | E1 | 52 | 2A |
| Octal | 23 | 76 | 302 | 132 | 104 | 0 | 30 | 341 | 122 | 52 |
| Binary | 10011 | 111110 | 11000010 | 1011010 | 1000100 | 0 | 11000 | 11100001 | 1010010 | 101010 |
Color Harmonies of #133EC2
Complementary color
Monochromatic Colors of #133EC2
Black with #133EC2
Text Example
Text Example
White with #133EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EC2; }
p { color: rgb(19,62,194); }
H1.HeaderClassName
{
color: #133EC2;
}
.AnyTagClassName
{
color: #133EC2;
}
</style>
background-color css
<style>
a { background-color: #133EC2; }
a { background-color: rgb(19,62,194); }
div.DivClassName
{
background-color: #133EC2;
}
.BgClassName
{
background-color: #133EC2;
}
</style>
border-color css
<style>
span { border-color: #133EC2; }
span { border-color: rgb(19,62,194); }
td.TdClassName
{
border-color: #133EC2;
}
.TagClassName
{
border-color: #133EC2;
}
</style>