Shades of Persian Blue #133BEF
Tints of Persian Blue #133BEF
RGB
CMYK
RGB Variations
Color information
#133BEF (or 0x133BEF) is known color: Persian Blue. HEX triplet: 13, 3B and EF. RGB value is (19,59,239). Sum of RGB (Red+Green+Blue) = 19+59+239=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #133BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BEF is #ECC410. Grayscale: #424242. Windows color (decimal): -15516689 or 15678227. OLE color: 15678227.
HSL color Cylindrical-coordinate representation of color #133BEF: hue angle of 229.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BEF is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 59 | 239 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.06 |
| HSL | 229.09º | 0.87% | 0.51% | - |
| HSV(B) | 229.09º | 0.92% | 0.94% | - |
| XYZ | 17.41 | 9.5 | 82.58 | - |
| YUV | 67.56 | 224.75 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 239 | 0.92 | 0.75 | 0 | 0.06 | 229.09 | 0.87 | 0.51 |
| Hex | 13 | 3B | EF | 5C | 4B | 0 | 6 | E5 | 57 | 33 |
| Octal | 23 | 73 | 357 | 134 | 113 | 0 | 6 | 345 | 127 | 63 |
| Binary | 10011 | 111011 | 11101111 | 1011100 | 1001011 | 0 | 110 | 11100101 | 1010111 | 110011 |
Color Harmonies of #133BEF
Complementary color
Monochromatic Colors of #133BEF
Black with #133BEF
Text Example
Text Example
White with #133BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BEF; }
p { color: rgb(19,59,239); }
H1.HeaderClassName
{
color: #133BEF;
}
.AnyTagClassName
{
color: #133BEF;
}
</style>
background-color css
<style>
a { background-color: #133BEF; }
a { background-color: rgb(19,59,239); }
div.DivClassName
{
background-color: #133BEF;
}
.BgClassName
{
background-color: #133BEF;
}
</style>
border-color css
<style>
span { border-color: #133BEF; }
span { border-color: rgb(19,59,239); }
td.TdClassName
{
border-color: #133BEF;
}
.TagClassName
{
border-color: #133BEF;
}
</style>