Shades of Persian Blue #1B32E9
Tints of Persian Blue #1B32E9
RGB
CMYK
RGB Variations
Color information
#1B32E9 (or 0x1B32E9) is known color: Persian Blue. HEX triplet: 1B, 32 and E9. RGB value is (27,50,233). Sum of RGB (Red+Green+Blue) = 27+50+233=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #1B32E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B32E9 is #E4CD16. Grayscale: #3F3F3F. Windows color (decimal): -14994711 or 15282715. OLE color: 15282715.
HSL color Cylindrical-coordinate representation of color #1B32E9: hue angle of 233.3º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B32E9 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 50 | 233 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.09 |
| HSL | 233.3º | 0.82% | 0.51% | - |
| HSV(B) | 233.3º | 0.88% | 0.91% | - |
| XYZ | 16.3 | 8.4 | 77.85 | - |
| YUV | 63.99 | 223.38 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 233 | 0.88 | 0.79 | 0 | 0.09 | 233.3 | 0.82 | 0.51 |
| Hex | 1B | 32 | E9 | 58 | 4F | 0 | 9 | E9 | 52 | 33 |
| Octal | 33 | 62 | 351 | 130 | 117 | 0 | 11 | 351 | 122 | 63 |
| Binary | 11011 | 110010 | 11101001 | 1011000 | 1001111 | 0 | 1001 | 11101001 | 1010010 | 110011 |
Color Harmonies of #1B32E9
Complementary color
Monochromatic Colors of #1B32E9
Black with #1B32E9
Text Example
Text Example
White with #1B32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B32E9; }
p { color: rgb(27,50,233); }
H1.HeaderClassName
{
color: #1B32E9;
}
.AnyTagClassName
{
color: #1B32E9;
}
</style>
background-color css
<style>
a { background-color: #1B32E9; }
a { background-color: rgb(27,50,233); }
div.DivClassName
{
background-color: #1B32E9;
}
.BgClassName
{
background-color: #1B32E9;
}
</style>
border-color css
<style>
span { border-color: #1B32E9; }
span { border-color: rgb(27,50,233); }
td.TdClassName
{
border-color: #1B32E9;
}
.TagClassName
{
border-color: #1B32E9;
}
</style>