Shades of Persian Blue #1844DD
Tints of Persian Blue #1844DD
RGB
CMYK
RGB Variations
Color information
#1844DD (or 0x1844DD) is known color: Persian Blue. HEX triplet: 18, 44 and DD. RGB value is (24,68,221). Sum of RGB (Red+Green+Blue) = 24+68+221=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #1844DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844DD is #E7BB22. Grayscale: #474747. Windows color (decimal): -15186723 or 14500888. OLE color: 14500888.
HSL color Cylindrical-coordinate representation of color #1844DD: hue angle of 226.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1844DD is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 68 | 221 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.13 |
| HSL | 226.6º | 0.8% | 0.48% | - |
| HSV(B) | 226.6º | 0.89% | 0.87% | - |
| XYZ | 15.49 | 9.55 | 69.43 | - |
| YUV | 72.29 | 211.92 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 221 | 0.89 | 0.69 | 0 | 0.13 | 226.6 | 0.8 | 0.48 |
| Hex | 18 | 44 | DD | 59 | 45 | 0 | D | E3 | 50 | 30 |
| Octal | 30 | 104 | 335 | 131 | 105 | 0 | 15 | 343 | 120 | 60 |
| Binary | 11000 | 1000100 | 11011101 | 1011001 | 1000101 | 0 | 1101 | 11100011 | 1010000 | 110000 |
Color Harmonies of #1844DD
Complementary color
Monochromatic Colors of #1844DD
Black with #1844DD
Text Example
Text Example
White with #1844DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844DD; }
p { color: rgb(24,68,221); }
H1.HeaderClassName
{
color: #1844DD;
}
.AnyTagClassName
{
color: #1844DD;
}
</style>
background-color css
<style>
a { background-color: #1844DD; }
a { background-color: rgb(24,68,221); }
div.DivClassName
{
background-color: #1844DD;
}
.BgClassName
{
background-color: #1844DD;
}
</style>
border-color css
<style>
span { border-color: #1844DD; }
span { border-color: rgb(24,68,221); }
td.TdClassName
{
border-color: #1844DD;
}
.TagClassName
{
border-color: #1844DD;
}
</style>