Shades of Persian Blue #133BEE
Tints of Persian Blue #133BEE
RGB
CMYK
RGB Variations
Color information
#133BEE (or 0x133BEE) is known color: Persian Blue. HEX triplet: 13, 3B and EE. RGB value is (19,59,238). Sum of RGB (Red+Green+Blue) = 19+59+238=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #133BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BEE is #ECC411. Grayscale: #424242. Windows color (decimal): -15516690 or 15612691. OLE color: 15612691.
HSL color Cylindrical-coordinate representation of color #133BEE: hue angle of 229.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BEE is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 59 | 238 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.07 |
| HSL | 229.04º | 0.87% | 0.5% | - |
| HSV(B) | 229.04º | 0.92% | 0.93% | - |
| XYZ | 17.27 | 9.44 | 81.8 | - |
| YUV | 67.45 | 224.25 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 238 | 0.92 | 0.75 | 0 | 0.07 | 229.04 | 0.87 | 0.5 |
| Hex | 13 | 3B | EE | 5C | 4B | 0 | 7 | E5 | 57 | 32 |
| Octal | 23 | 73 | 356 | 134 | 113 | 0 | 7 | 345 | 127 | 62 |
| Binary | 10011 | 111011 | 11101110 | 1011100 | 1001011 | 0 | 111 | 11100101 | 1010111 | 110010 |
Color Harmonies of #133BEE
Complementary color
Monochromatic Colors of #133BEE
Black with #133BEE
Text Example
Text Example
White with #133BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BEE; }
p { color: rgb(19,59,238); }
H1.HeaderClassName
{
color: #133BEE;
}
.AnyTagClassName
{
color: #133BEE;
}
</style>
background-color css
<style>
a { background-color: #133BEE; }
a { background-color: rgb(19,59,238); }
div.DivClassName
{
background-color: #133BEE;
}
.BgClassName
{
background-color: #133BEE;
}
</style>
border-color css
<style>
span { border-color: #133BEE; }
span { border-color: rgb(19,59,238); }
td.TdClassName
{
border-color: #133BEE;
}
.TagClassName
{
border-color: #133BEE;
}
</style>