Shades of Persian Blue #133BE7
Tints of Persian Blue #133BE7
RGB
CMYK
RGB Variations
Color information
#133BE7 (or 0x133BE7) is known color: Persian Blue. HEX triplet: 13, 3B and E7. RGB value is (19,59,231). Sum of RGB (Red+Green+Blue) = 19+59+231=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #133BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BE7 is #ECC418. Grayscale: #414141. Windows color (decimal): -15516697 or 15153939. OLE color: 15153939.
HSL color Cylindrical-coordinate representation of color #133BE7: hue angle of 228.68º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BE7 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 59 | 231 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.09 |
| HSL | 228.68º | 0.85% | 0.49% | - |
| HSV(B) | 228.68º | 0.92% | 0.91% | - |
| XYZ | 16.26 | 9.04 | 76.49 | - |
| YUV | 66.65 | 220.75 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 231 | 0.92 | 0.74 | 0 | 0.09 | 228.68 | 0.85 | 0.49 |
| Hex | 13 | 3B | E7 | 5C | 4A | 0 | 9 | E5 | 55 | 31 |
| Octal | 23 | 73 | 347 | 134 | 112 | 0 | 11 | 345 | 125 | 61 |
| Binary | 10011 | 111011 | 11100111 | 1011100 | 1001010 | 0 | 1001 | 11100101 | 1010101 | 110001 |
Color Harmonies of #133BE7
Complementary color
Monochromatic Colors of #133BE7
Black with #133BE7
Text Example
Text Example
White with #133BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BE7; }
p { color: rgb(19,59,231); }
H1.HeaderClassName
{
color: #133BE7;
}
.AnyTagClassName
{
color: #133BE7;
}
</style>
background-color css
<style>
a { background-color: #133BE7; }
a { background-color: rgb(19,59,231); }
div.DivClassName
{
background-color: #133BE7;
}
.BgClassName
{
background-color: #133BE7;
}
</style>
border-color css
<style>
span { border-color: #133BE7; }
span { border-color: rgb(19,59,231); }
td.TdClassName
{
border-color: #133BE7;
}
.TagClassName
{
border-color: #133BE7;
}
</style>