Shades of Persian Blue #1841EF
Tints of Persian Blue #1841EF
RGB
CMYK
RGB Variations
Color information
#1841EF (or 0x1841EF) is known color: Persian Blue. HEX triplet: 18, 41 and EF. RGB value is (24,65,239). Sum of RGB (Red+Green+Blue) = 24+65+239=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #1841EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841EF is #E7BE10. Grayscale: #474747. Windows color (decimal): -15187473 or 15679768. OLE color: 15679768.
HSL color Cylindrical-coordinate representation of color #1841EF: hue angle of 228.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1841EF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 65 | 239 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.06 |
| HSL | 228.56º | 0.87% | 0.52% | - |
| HSV(B) | 228.56º | 0.9% | 0.94% | - |
| XYZ | 17.85 | 10.21 | 82.69 | - |
| YUV | 72.58 | 221.92 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 239 | 0.90 | 0.73 | 0 | 0.06 | 228.56 | 0.87 | 0.52 |
| Hex | 18 | 41 | EF | 5A | 49 | 0 | 6 | E5 | 57 | 34 |
| Octal | 30 | 101 | 357 | 132 | 111 | 0 | 6 | 345 | 127 | 64 |
| Binary | 11000 | 1000001 | 11101111 | 1011010 | 1001001 | 0 | 110 | 11100101 | 1010111 | 110100 |
Color Harmonies of #1841EF
Complementary color
Monochromatic Colors of #1841EF
Black with #1841EF
Text Example
Text Example
White with #1841EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841EF; }
p { color: rgb(24,65,239); }
H1.HeaderClassName
{
color: #1841EF;
}
.AnyTagClassName
{
color: #1841EF;
}
</style>
background-color css
<style>
a { background-color: #1841EF; }
a { background-color: rgb(24,65,239); }
div.DivClassName
{
background-color: #1841EF;
}
.BgClassName
{
background-color: #1841EF;
}
</style>
border-color css
<style>
span { border-color: #1841EF; }
span { border-color: rgb(24,65,239); }
td.TdClassName
{
border-color: #1841EF;
}
.TagClassName
{
border-color: #1841EF;
}
</style>