Shades of Persian Blue #1B26DB
Tints of Persian Blue #1B26DB
RGB
CMYK
RGB Variations
Color information
#1B26DB (or 0x1B26DB) is known color: Persian Blue. HEX triplet: 1B, 26 and DB. RGB value is (27,38,219). Sum of RGB (Red+Green+Blue) = 27+38+219=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B26DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B26DB is #E4D924. Grayscale: #363636. Windows color (decimal): -14997797 or 14362139. OLE color: 14362139.
HSL color Cylindrical-coordinate representation of color #1B26DB: hue angle of 236.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B26DB is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 38 | 219 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.14 |
| HSL | 236.56º | 0.78% | 0.48% | - |
| HSV(B) | 236.56º | 0.88% | 0.86% | - |
| XYZ | 13.93 | 6.73 | 67.58 | - |
| YUV | 55.35 | 220.36 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 219 | 0.88 | 0.83 | 0 | 0.14 | 236.56 | 0.78 | 0.48 |
| Hex | 1B | 26 | DB | 58 | 53 | 0 | E | ED | 4E | 30 |
| Octal | 33 | 46 | 333 | 130 | 123 | 0 | 16 | 355 | 116 | 60 |
| Binary | 11011 | 100110 | 11011011 | 1011000 | 1010011 | 0 | 1110 | 11101101 | 1001110 | 110000 |
Color Harmonies of #1B26DB
Complementary color
Monochromatic Colors of #1B26DB
Black with #1B26DB
Text Example
Text Example
White with #1B26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B26DB; }
p { color: rgb(27,38,219); }
H1.HeaderClassName
{
color: #1B26DB;
}
.AnyTagClassName
{
color: #1B26DB;
}
</style>
background-color css
<style>
a { background-color: #1B26DB; }
a { background-color: rgb(27,38,219); }
div.DivClassName
{
background-color: #1B26DB;
}
.BgClassName
{
background-color: #1B26DB;
}
</style>
border-color css
<style>
span { border-color: #1B26DB; }
span { border-color: rgb(27,38,219); }
td.TdClassName
{
border-color: #1B26DB;
}
.TagClassName
{
border-color: #1B26DB;
}
</style>