Shades of Persian Blue #133BCE
Tints of Persian Blue #133BCE
RGB
CMYK
RGB Variations
Color information
#133BCE (or 0x133BCE) is known color: Persian Blue. HEX triplet: 13, 3B and CE. RGB value is (19,59,206). Sum of RGB (Red+Green+Blue) = 19+59+206=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #133BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BCE is #ECC431. Grayscale: #3F3F3F. Windows color (decimal): -15516722 or 13515539. OLE color: 13515539.
HSL color Cylindrical-coordinate representation of color #133BCE: hue angle of 227.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133BCE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 59 | 206 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.19 |
| HSL | 227.17º | 0.83% | 0.44% | - |
| HSV(B) | 227.17º | 0.91% | 0.81% | - |
| XYZ | 12.97 | 7.72 | 59.2 | - |
| YUV | 63.8 | 208.25 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 206 | 0.91 | 0.71 | 0 | 0.19 | 227.17 | 0.83 | 0.44 |
| Hex | 13 | 3B | CE | 5B | 47 | 0 | 13 | E3 | 53 | 2C |
| Octal | 23 | 73 | 316 | 133 | 107 | 0 | 23 | 343 | 123 | 54 |
| Binary | 10011 | 111011 | 11001110 | 1011011 | 1000111 | 0 | 10011 | 11100011 | 1010011 | 101100 |
Color Harmonies of #133BCE
Complementary color
Monochromatic Colors of #133BCE
Black with #133BCE
Text Example
Text Example
White with #133BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BCE; }
p { color: rgb(19,59,206); }
H1.HeaderClassName
{
color: #133BCE;
}
.AnyTagClassName
{
color: #133BCE;
}
</style>
background-color css
<style>
a { background-color: #133BCE; }
a { background-color: rgb(19,59,206); }
div.DivClassName
{
background-color: #133BCE;
}
.BgClassName
{
background-color: #133BCE;
}
</style>
border-color css
<style>
span { border-color: #133BCE; }
span { border-color: rgb(19,59,206); }
td.TdClassName
{
border-color: #133BCE;
}
.TagClassName
{
border-color: #133BCE;
}
</style>