Shades of Persian Blue #1840DB
Tints of Persian Blue #1840DB
RGB
CMYK
RGB Variations
Color information
#1840DB (or 0x1840DB) is known color: Persian Blue. HEX triplet: 18, 40 and DB. RGB value is (24,64,219). Sum of RGB (Red+Green+Blue) = 24+64+219=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #1840DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1840DB is #E7BF24. Grayscale: #454545. Windows color (decimal): -15187749 or 14368792. OLE color: 14368792.
HSL color Cylindrical-coordinate representation of color #1840DB: hue angle of 227.69º 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 #1840DB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 64 | 219 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.14 |
| HSL | 227.69º | 0.8% | 0.48% | - |
| HSV(B) | 227.69º | 0.89% | 0.86% | - |
| XYZ | 15 | 8.98 | 67.96 | - |
| YUV | 69.71 | 212.25 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 219 | 0.89 | 0.71 | 0 | 0.14 | 227.69 | 0.8 | 0.48 |
| Hex | 18 | 40 | DB | 59 | 47 | 0 | E | E4 | 50 | 30 |
| Octal | 30 | 100 | 333 | 131 | 107 | 0 | 16 | 344 | 120 | 60 |
| Binary | 11000 | 1000000 | 11011011 | 1011001 | 1000111 | 0 | 1110 | 11100100 | 1010000 | 110000 |
Color Harmonies of #1840DB
Complementary color
Monochromatic Colors of #1840DB
Black with #1840DB
Text Example
Text Example
White with #1840DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1840DB; }
p { color: rgb(24,64,219); }
H1.HeaderClassName
{
color: #1840DB;
}
.AnyTagClassName
{
color: #1840DB;
}
</style>
background-color css
<style>
a { background-color: #1840DB; }
a { background-color: rgb(24,64,219); }
div.DivClassName
{
background-color: #1840DB;
}
.BgClassName
{
background-color: #1840DB;
}
</style>
border-color css
<style>
span { border-color: #1840DB; }
span { border-color: rgb(24,64,219); }
td.TdClassName
{
border-color: #1840DB;
}
.TagClassName
{
border-color: #1840DB;
}
</style>