Shades of Persian Blue #133EEB
Tints of Persian Blue #133EEB
RGB
CMYK
RGB Variations
Color information
#133EEB (or 0x133EEB) is known color: Persian Blue. HEX triplet: 13, 3E and EB. RGB value is (19,62,235). Sum of RGB (Red+Green+Blue) = 19+62+235=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #133EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133EEB is #ECC114. Grayscale: #444444. Windows color (decimal): -15515925 or 15416851. OLE color: 15416851.
HSL color Cylindrical-coordinate representation of color #133EEB: hue angle of 228.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133EEB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 62 | 235 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.08 |
| HSL | 228.06º | 0.85% | 0.5% | - |
| HSV(B) | 228.06º | 0.92% | 0.92% | - |
| XYZ | 16.99 | 9.58 | 79.55 | - |
| YUV | 68.87 | 221.75 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 235 | 0.92 | 0.74 | 0 | 0.08 | 228.06 | 0.85 | 0.5 |
| Hex | 13 | 3E | EB | 5C | 4A | 0 | 8 | E4 | 55 | 32 |
| Octal | 23 | 76 | 353 | 134 | 112 | 0 | 10 | 344 | 125 | 62 |
| Binary | 10011 | 111110 | 11101011 | 1011100 | 1001010 | 0 | 1000 | 11100100 | 1010101 | 110010 |
Color Harmonies of #133EEB
Complementary color
Monochromatic Colors of #133EEB
Black with #133EEB
Text Example
Text Example
White with #133EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EEB; }
p { color: rgb(19,62,235); }
H1.HeaderClassName
{
color: #133EEB;
}
.AnyTagClassName
{
color: #133EEB;
}
</style>
background-color css
<style>
a { background-color: #133EEB; }
a { background-color: rgb(19,62,235); }
div.DivClassName
{
background-color: #133EEB;
}
.BgClassName
{
background-color: #133EEB;
}
</style>
border-color css
<style>
span { border-color: #133EEB; }
span { border-color: rgb(19,62,235); }
td.TdClassName
{
border-color: #133EEB;
}
.TagClassName
{
border-color: #133EEB;
}
</style>