Shades of Persian Blue #133EBC
Tints of Persian Blue #133EBC
RGB
CMYK
RGB Variations
Color information
#133EBC (or 0x133EBC) is known color: Persian Blue. HEX triplet: 13, 3E and BC. RGB value is (19,62,188). Sum of RGB (Red+Green+Blue) = 19+62+188=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #133EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EBC is #ECC143. Grayscale: #3E3E3E. Windows color (decimal): -15515972 or 12336659. OLE color: 12336659.
HSL color Cylindrical-coordinate representation of color #133EBC: hue angle of 224.73º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133EBC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 62 | 188 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.26 |
| HSL | 224.73º | 0.82% | 0.41% | - |
| HSV(B) | 224.73º | 0.9% | 0.74% | - |
| XYZ | 11.07 | 7.21 | 48.39 | - |
| YUV | 63.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 188 | 0.90 | 0.67 | 0 | 0.26 | 224.73 | 0.82 | 0.41 |
| Hex | 13 | 3E | BC | 5A | 43 | 0 | 1A | E1 | 52 | 29 |
| Octal | 23 | 76 | 274 | 132 | 103 | 0 | 32 | 341 | 122 | 51 |
| Binary | 10011 | 111110 | 10111100 | 1011010 | 1000011 | 0 | 11010 | 11100001 | 1010010 | 101001 |
Color Harmonies of #133EBC
Complementary color
Monochromatic Colors of #133EBC
Black with #133EBC
Text Example
Text Example
White with #133EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133EBC; }
p { color: rgb(19,62,188); }
H1.HeaderClassName
{
color: #133EBC;
}
.AnyTagClassName
{
color: #133EBC;
}
</style>
background-color css
<style>
a { background-color: #133EBC; }
a { background-color: rgb(19,62,188); }
div.DivClassName
{
background-color: #133EBC;
}
.BgClassName
{
background-color: #133EBC;
}
</style>
border-color css
<style>
span { border-color: #133EBC; }
span { border-color: rgb(19,62,188); }
td.TdClassName
{
border-color: #133EBC;
}
.TagClassName
{
border-color: #133EBC;
}
</style>