Shades of Persian Blue #1844CE
Tints of Persian Blue #1844CE
RGB
CMYK
RGB Variations
Color information
#1844CE (or 0x1844CE) is known color: Persian Blue. HEX triplet: 18, 44 and CE. RGB value is (24,68,206). Sum of RGB (Red+Green+Blue) = 24+68+206=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #1844CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844CE is #E7BB31. Grayscale: #454545. Windows color (decimal): -15186738 or 13517848. OLE color: 13517848.
HSL color Cylindrical-coordinate representation of color #1844CE: hue angle of 225.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1844CE is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 68 | 206 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.19 |
| HSL | 225.49º | 0.79% | 0.45% | - |
| HSV(B) | 225.49º | 0.88% | 0.81% | - |
| XYZ | 13.58 | 8.78 | 59.37 | - |
| YUV | 70.58 | 204.42 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 206 | 0.88 | 0.67 | 0 | 0.19 | 225.49 | 0.79 | 0.45 |
| Hex | 18 | 44 | CE | 58 | 43 | 0 | 13 | E1 | 4F | 2D |
| Octal | 30 | 104 | 316 | 130 | 103 | 0 | 23 | 341 | 117 | 55 |
| Binary | 11000 | 1000100 | 11001110 | 1011000 | 1000011 | 0 | 10011 | 11100001 | 1001111 | 101101 |
Color Harmonies of #1844CE
Complementary color
Monochromatic Colors of #1844CE
Black with #1844CE
Text Example
Text Example
White with #1844CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844CE; }
p { color: rgb(24,68,206); }
H1.HeaderClassName
{
color: #1844CE;
}
.AnyTagClassName
{
color: #1844CE;
}
</style>
background-color css
<style>
a { background-color: #1844CE; }
a { background-color: rgb(24,68,206); }
div.DivClassName
{
background-color: #1844CE;
}
.BgClassName
{
background-color: #1844CE;
}
</style>
border-color css
<style>
span { border-color: #1844CE; }
span { border-color: rgb(24,68,206); }
td.TdClassName
{
border-color: #1844CE;
}
.TagClassName
{
border-color: #1844CE;
}
</style>