Shades of Persian Blue #1B41EE
Tints of Persian Blue #1B41EE
RGB
CMYK
RGB Variations
Color information
#1B41EE (or 0x1B41EE) is known color: Persian Blue. HEX triplet: 1B, 41 and EE. RGB value is (27,65,238). Sum of RGB (Red+Green+Blue) = 27+65+238=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B41EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B41EE is #E4BE11. Grayscale: #484848. Windows color (decimal): -14990866 or 15614235. OLE color: 15614235.
HSL color Cylindrical-coordinate representation of color #1B41EE: hue angle of 229.19º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B41EE is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 65 | 238 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.07 |
| HSL | 229.19º | 0.86% | 0.52% | - |
| HSV(B) | 229.19º | 0.89% | 0.93% | - |
| XYZ | 17.77 | 10.19 | 81.92 | - |
| YUV | 73.36 | 220.91 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 238 | 0.89 | 0.73 | 0 | 0.07 | 229.19 | 0.86 | 0.52 |
| Hex | 1B | 41 | EE | 59 | 49 | 0 | 7 | E5 | 56 | 34 |
| Octal | 33 | 101 | 356 | 131 | 111 | 0 | 7 | 345 | 126 | 64 |
| Binary | 11011 | 1000001 | 11101110 | 1011001 | 1001001 | 0 | 111 | 11100101 | 1010110 | 110100 |
Color Harmonies of #1B41EE
Complementary color
Monochromatic Colors of #1B41EE
Black with #1B41EE
Text Example
Text Example
White with #1B41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B41EE; }
p { color: rgb(27,65,238); }
H1.HeaderClassName
{
color: #1B41EE;
}
.AnyTagClassName
{
color: #1B41EE;
}
</style>
background-color css
<style>
a { background-color: #1B41EE; }
a { background-color: rgb(27,65,238); }
div.DivClassName
{
background-color: #1B41EE;
}
.BgClassName
{
background-color: #1B41EE;
}
</style>
border-color css
<style>
span { border-color: #1B41EE; }
span { border-color: rgb(27,65,238); }
td.TdClassName
{
border-color: #1B41EE;
}
.TagClassName
{
border-color: #1B41EE;
}
</style>