Shades of Persian Blue #1844E7
Tints of Persian Blue #1844E7
RGB
CMYK
RGB Variations
Color information
#1844E7 (or 0x1844E7) is known color: Persian Blue. HEX triplet: 18, 44 and E7. RGB value is (24,68,231). Sum of RGB (Red+Green+Blue) = 24+68+231=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #1844E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1844E7 is #E7BB18. Grayscale: #484848. Windows color (decimal): -15186713 or 15156248. OLE color: 15156248.
HSL color Cylindrical-coordinate representation of color #1844E7: hue angle of 227.25º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1844E7 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 68 | 231 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.09 |
| HSL | 227.25º | 0.81% | 0.5% | - |
| HSV(B) | 227.25º | 0.9% | 0.91% | - |
| XYZ | 16.87 | 10.1 | 76.66 | - |
| YUV | 73.43 | 216.92 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 231 | 0.90 | 0.71 | 0 | 0.09 | 227.25 | 0.81 | 0.5 |
| Hex | 18 | 44 | E7 | 5A | 47 | 0 | 9 | E3 | 51 | 32 |
| Octal | 30 | 104 | 347 | 132 | 107 | 0 | 11 | 343 | 121 | 62 |
| Binary | 11000 | 1000100 | 11100111 | 1011010 | 1000111 | 0 | 1001 | 11100011 | 1010001 | 110010 |
Color Harmonies of #1844E7
Complementary color
Monochromatic Colors of #1844E7
Black with #1844E7
Text Example
Text Example
White with #1844E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844E7; }
p { color: rgb(24,68,231); }
H1.HeaderClassName
{
color: #1844E7;
}
.AnyTagClassName
{
color: #1844E7;
}
</style>
background-color css
<style>
a { background-color: #1844E7; }
a { background-color: rgb(24,68,231); }
div.DivClassName
{
background-color: #1844E7;
}
.BgClassName
{
background-color: #1844E7;
}
</style>
border-color css
<style>
span { border-color: #1844E7; }
span { border-color: rgb(24,68,231); }
td.TdClassName
{
border-color: #1844E7;
}
.TagClassName
{
border-color: #1844E7;
}
</style>