Shades of Persian Blue #1B42DB
Tints of Persian Blue #1B42DB
RGB
CMYK
RGB Variations
Color information
#1B42DB (or 0x1B42DB) is known color: Persian Blue. HEX triplet: 1B, 42 and DB. RGB value is (27,66,219). Sum of RGB (Red+Green+Blue) = 27+66+219=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B42DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B42DB is #E4BD24. Grayscale: #474747. Windows color (decimal): -14990629 or 14369307. OLE color: 14369307.
HSL color Cylindrical-coordinate representation of color #1B42DB: hue angle of 227.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 #1B42DB is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 66 | 219 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.14 |
| HSL | 227.81º | 0.78% | 0.48% | - |
| HSV(B) | 227.81º | 0.88% | 0.86% | - |
| XYZ | 15.19 | 9.24 | 68 | - |
| YUV | 71.78 | 211.08 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 219 | 0.88 | 0.70 | 0 | 0.14 | 227.81 | 0.78 | 0.48 |
| Hex | 1B | 42 | DB | 58 | 46 | 0 | E | E4 | 4E | 30 |
| Octal | 33 | 102 | 333 | 130 | 106 | 0 | 16 | 344 | 116 | 60 |
| Binary | 11011 | 1000010 | 11011011 | 1011000 | 1000110 | 0 | 1110 | 11100100 | 1001110 | 110000 |
Color Harmonies of #1B42DB
Complementary color
Monochromatic Colors of #1B42DB
Black with #1B42DB
Text Example
Text Example
White with #1B42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B42DB; }
p { color: rgb(27,66,219); }
H1.HeaderClassName
{
color: #1B42DB;
}
.AnyTagClassName
{
color: #1B42DB;
}
</style>
background-color css
<style>
a { background-color: #1B42DB; }
a { background-color: rgb(27,66,219); }
div.DivClassName
{
background-color: #1B42DB;
}
.BgClassName
{
background-color: #1B42DB;
}
</style>
border-color css
<style>
span { border-color: #1B42DB; }
span { border-color: rgb(27,66,219); }
td.TdClassName
{
border-color: #1B42DB;
}
.TagClassName
{
border-color: #1B42DB;
}
</style>