Shades of Persian Blue #1844DB
Tints of Persian Blue #1844DB
RGB
CMYK
RGB Variations
Color information
#1844DB (or 0x1844DB) is known color: Persian Blue. HEX triplet: 18, 44 and DB. RGB value is (24,68,219). Sum of RGB (Red+Green+Blue) = 24+68+219=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #1844DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844DB is #E7BB24. Grayscale: #474747. Windows color (decimal): -15186725 or 14369816. OLE color: 14369816.
HSL color Cylindrical-coordinate representation of color #1844DB: hue angle of 226.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1844DB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 68 | 219 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.14 |
| HSL | 226.46º | 0.8% | 0.48% | - |
| HSV(B) | 226.46º | 0.89% | 0.86% | - |
| XYZ | 15.23 | 9.44 | 68.04 | - |
| YUV | 72.06 | 210.92 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 219 | 0.89 | 0.69 | 0 | 0.14 | 226.46 | 0.8 | 0.48 |
| Hex | 18 | 44 | DB | 59 | 45 | 0 | E | E2 | 50 | 30 |
| Octal | 30 | 104 | 333 | 131 | 105 | 0 | 16 | 342 | 120 | 60 |
| Binary | 11000 | 1000100 | 11011011 | 1011001 | 1000101 | 0 | 1110 | 11100010 | 1010000 | 110000 |
Color Harmonies of #1844DB
Complementary color
Monochromatic Colors of #1844DB
Black with #1844DB
Text Example
Text Example
White with #1844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844DB; }
p { color: rgb(24,68,219); }
H1.HeaderClassName
{
color: #1844DB;
}
.AnyTagClassName
{
color: #1844DB;
}
</style>
background-color css
<style>
a { background-color: #1844DB; }
a { background-color: rgb(24,68,219); }
div.DivClassName
{
background-color: #1844DB;
}
.BgClassName
{
background-color: #1844DB;
}
</style>
border-color css
<style>
span { border-color: #1844DB; }
span { border-color: rgb(24,68,219); }
td.TdClassName
{
border-color: #1844DB;
}
.TagClassName
{
border-color: #1844DB;
}
</style>