Shades of Persian Blue #1B2FDB
Tints of Persian Blue #1B2FDB
RGB
CMYK
RGB Variations
Color information
#1B2FDB (or 0x1B2FDB) is known color: Persian Blue. HEX triplet: 1B, 2F and DB. RGB value is (27,47,219). Sum of RGB (Red+Green+Blue) = 27+47+219=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B2FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2FDB is #E4D024. Grayscale: #3B3B3B. Windows color (decimal): -14995493 or 14364443. OLE color: 14364443.
HSL color Cylindrical-coordinate representation of color #1B2FDB: hue angle of 233.75º 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 #1B2FDB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 47 | 219 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.14 |
| HSL | 233.75º | 0.78% | 0.48% | - |
| HSV(B) | 233.75º | 0.88% | 0.86% | - |
| XYZ | 14.25 | 7.38 | 67.69 | - |
| YUV | 60.63 | 217.37 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 219 | 0.88 | 0.79 | 0 | 0.14 | 233.75 | 0.78 | 0.48 |
| Hex | 1B | 2F | DB | 58 | 4F | 0 | E | EA | 4E | 30 |
| Octal | 33 | 57 | 333 | 130 | 117 | 0 | 16 | 352 | 116 | 60 |
| Binary | 11011 | 101111 | 11011011 | 1011000 | 1001111 | 0 | 1110 | 11101010 | 1001110 | 110000 |
Color Harmonies of #1B2FDB
Complementary color
Monochromatic Colors of #1B2FDB
Black with #1B2FDB
Text Example
Text Example
White with #1B2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FDB; }
p { color: rgb(27,47,219); }
H1.HeaderClassName
{
color: #1B2FDB;
}
.AnyTagClassName
{
color: #1B2FDB;
}
</style>
background-color css
<style>
a { background-color: #1B2FDB; }
a { background-color: rgb(27,47,219); }
div.DivClassName
{
background-color: #1B2FDB;
}
.BgClassName
{
background-color: #1B2FDB;
}
</style>
border-color css
<style>
span { border-color: #1B2FDB; }
span { border-color: rgb(27,47,219); }
td.TdClassName
{
border-color: #1B2FDB;
}
.TagClassName
{
border-color: #1B2FDB;
}
</style>