Shades of Persian Blue #1841EB
Tints of Persian Blue #1841EB
RGB
CMYK
RGB Variations
Color information
#1841EB (or 0x1841EB) is known color: Persian Blue. HEX triplet: 18, 41 and EB. RGB value is (24,65,235). Sum of RGB (Red+Green+Blue) = 24+65+235=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #1841EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841EB is #E7BE14. Grayscale: #474747. Windows color (decimal): -15187477 or 15417624. OLE color: 15417624.
HSL color Cylindrical-coordinate representation of color #1841EB: hue angle of 228.34º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1841EB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 65 | 235 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.08 |
| HSL | 228.34º | 0.84% | 0.51% | - |
| HSV(B) | 228.34º | 0.9% | 0.92% | - |
| XYZ | 17.26 | 9.97 | 79.61 | - |
| YUV | 72.12 | 219.92 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 235 | 0.90 | 0.72 | 0 | 0.08 | 228.34 | 0.84 | 0.51 |
| Hex | 18 | 41 | EB | 5A | 48 | 0 | 8 | E4 | 54 | 33 |
| Octal | 30 | 101 | 353 | 132 | 110 | 0 | 10 | 344 | 124 | 63 |
| Binary | 11000 | 1000001 | 11101011 | 1011010 | 1001000 | 0 | 1000 | 11100100 | 1010100 | 110011 |
Color Harmonies of #1841EB
Complementary color
Monochromatic Colors of #1841EB
Black with #1841EB
Text Example
Text Example
White with #1841EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841EB; }
p { color: rgb(24,65,235); }
H1.HeaderClassName
{
color: #1841EB;
}
.AnyTagClassName
{
color: #1841EB;
}
</style>
background-color css
<style>
a { background-color: #1841EB; }
a { background-color: rgb(24,65,235); }
div.DivClassName
{
background-color: #1841EB;
}
.BgClassName
{
background-color: #1841EB;
}
</style>
border-color css
<style>
span { border-color: #1841EB; }
span { border-color: rgb(24,65,235); }
td.TdClassName
{
border-color: #1841EB;
}
.TagClassName
{
border-color: #1841EB;
}
</style>