Shades of Persian Blue #1B22DB
Tints of Persian Blue #1B22DB
RGB
CMYK
RGB Variations
Color information
#1B22DB (or 0x1B22DB) is known color: Persian Blue. HEX triplet: 1B, 22 and DB. RGB value is (27,34,219). Sum of RGB (Red+Green+Blue) = 27+34+219=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B22DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B22DB is #E4DD24. Grayscale: #343434. Windows color (decimal): -14998821 or 14361115. OLE color: 14361115.
HSL color Cylindrical-coordinate representation of color #1B22DB: hue angle of 237.81º 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 #1B22DB is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 34 | 219 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.14 |
| HSL | 237.81º | 0.78% | 0.48% | - |
| HSV(B) | 237.81º | 0.88% | 0.86% | - |
| XYZ | 13.81 | 6.49 | 67.54 | - |
| YUV | 53 | 221.68 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 219 | 0.88 | 0.84 | 0 | 0.14 | 237.81 | 0.78 | 0.48 |
| Hex | 1B | 22 | DB | 58 | 54 | 0 | E | EE | 4E | 30 |
| Octal | 33 | 42 | 333 | 130 | 124 | 0 | 16 | 356 | 116 | 60 |
| Binary | 11011 | 100010 | 11011011 | 1011000 | 1010100 | 0 | 1110 | 11101110 | 1001110 | 110000 |
Color Harmonies of #1B22DB
Complementary color
Monochromatic Colors of #1B22DB
Black with #1B22DB
Text Example
Text Example
White with #1B22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B22DB; }
p { color: rgb(27,34,219); }
H1.HeaderClassName
{
color: #1B22DB;
}
.AnyTagClassName
{
color: #1B22DB;
}
</style>
background-color css
<style>
a { background-color: #1B22DB; }
a { background-color: rgb(27,34,219); }
div.DivClassName
{
background-color: #1B22DB;
}
.BgClassName
{
background-color: #1B22DB;
}
</style>
border-color css
<style>
span { border-color: #1B22DB; }
span { border-color: rgb(27,34,219); }
td.TdClassName
{
border-color: #1B22DB;
}
.TagClassName
{
border-color: #1B22DB;
}
</style>