Shades of Persian Blue #1826DB
Tints of Persian Blue #1826DB
RGB
CMYK
RGB Variations
Color information
#1826DB (or 0x1826DB) is known color: Persian Blue. HEX triplet: 18, 26 and DB. RGB value is (24,38,219). Sum of RGB (Red+Green+Blue) = 24+38+219=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #1826DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1826DB is #E7D924. Grayscale: #353535. Windows color (decimal): -15194405 or 14362136. OLE color: 14362136.
HSL color Cylindrical-coordinate representation of color #1826DB: hue angle of 235.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 #1826DB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 38 | 219 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.14 |
| HSL | 235.69º | 0.8% | 0.48% | - |
| HSV(B) | 235.69º | 0.89% | 0.86% | - |
| XYZ | 13.86 | 6.69 | 67.58 | - |
| YUV | 54.45 | 220.86 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 219 | 0.89 | 0.83 | 0 | 0.14 | 235.69 | 0.8 | 0.48 |
| Hex | 18 | 26 | DB | 59 | 53 | 0 | E | EC | 50 | 30 |
| Octal | 30 | 46 | 333 | 131 | 123 | 0 | 16 | 354 | 120 | 60 |
| Binary | 11000 | 100110 | 11011011 | 1011001 | 1010011 | 0 | 1110 | 11101100 | 1010000 | 110000 |
Color Harmonies of #1826DB
Complementary color
Monochromatic Colors of #1826DB
Black with #1826DB
Text Example
Text Example
White with #1826DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1826DB; }
p { color: rgb(24,38,219); }
H1.HeaderClassName
{
color: #1826DB;
}
.AnyTagClassName
{
color: #1826DB;
}
</style>
background-color css
<style>
a { background-color: #1826DB; }
a { background-color: rgb(24,38,219); }
div.DivClassName
{
background-color: #1826DB;
}
.BgClassName
{
background-color: #1826DB;
}
</style>
border-color css
<style>
span { border-color: #1826DB; }
span { border-color: rgb(24,38,219); }
td.TdClassName
{
border-color: #1826DB;
}
.TagClassName
{
border-color: #1826DB;
}
</style>