Shades of Persian Blue #1823DB
Tints of Persian Blue #1823DB
RGB
CMYK
RGB Variations
Color information
#1823DB (or 0x1823DB) is known color: Persian Blue. HEX triplet: 18, 23 and DB. RGB value is (24,35,219). Sum of RGB (Red+Green+Blue) = 24+35+219=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #1823DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1823DB is #E7DC24. Grayscale: #333333. Windows color (decimal): -15195173 or 14361368. OLE color: 14361368.
HSL color Cylindrical-coordinate representation of color #1823DB: hue angle of 236.62º 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 #1823DB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 35 | 219 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.14 |
| HSL | 236.62º | 0.8% | 0.48% | - |
| HSV(B) | 236.62º | 0.89% | 0.86% | - |
| XYZ | 13.76 | 6.51 | 67.55 | - |
| YUV | 52.69 | 221.86 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 219 | 0.89 | 0.84 | 0 | 0.14 | 236.62 | 0.8 | 0.48 |
| Hex | 18 | 23 | DB | 59 | 54 | 0 | E | ED | 50 | 30 |
| Octal | 30 | 43 | 333 | 131 | 124 | 0 | 16 | 355 | 120 | 60 |
| Binary | 11000 | 100011 | 11011011 | 1011001 | 1010100 | 0 | 1110 | 11101101 | 1010000 | 110000 |
Color Harmonies of #1823DB
Complementary color
Monochromatic Colors of #1823DB
Black with #1823DB
Text Example
Text Example
White with #1823DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1823DB; }
p { color: rgb(24,35,219); }
H1.HeaderClassName
{
color: #1823DB;
}
.AnyTagClassName
{
color: #1823DB;
}
</style>
background-color css
<style>
a { background-color: #1823DB; }
a { background-color: rgb(24,35,219); }
div.DivClassName
{
background-color: #1823DB;
}
.BgClassName
{
background-color: #1823DB;
}
</style>
border-color css
<style>
span { border-color: #1823DB; }
span { border-color: rgb(24,35,219); }
td.TdClassName
{
border-color: #1823DB;
}
.TagClassName
{
border-color: #1823DB;
}
</style>