Shades of Persian Blue #1B2DDB
Tints of Persian Blue #1B2DDB
RGB
CMYK
RGB Variations
Color information
#1B2DDB (or 0x1B2DDB) is known color: Persian Blue. HEX triplet: 1B, 2D and DB. RGB value is (27,45,219). Sum of RGB (Red+Green+Blue) = 27+45+219=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B2DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2DDB is #E4D224. Grayscale: #3A3A3A. Windows color (decimal): -14996005 or 14363931. OLE color: 14363931.
HSL color Cylindrical-coordinate representation of color #1B2DDB: hue angle of 234.38º 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 #1B2DDB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 45 | 219 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.14 |
| HSL | 234.38º | 0.78% | 0.48% | - |
| HSV(B) | 234.38º | 0.88% | 0.86% | - |
| XYZ | 14.18 | 7.22 | 67.67 | - |
| YUV | 59.45 | 218.04 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 219 | 0.88 | 0.79 | 0 | 0.14 | 234.38 | 0.78 | 0.48 |
| Hex | 1B | 2D | DB | 58 | 4F | 0 | E | EA | 4E | 30 |
| Octal | 33 | 55 | 333 | 130 | 117 | 0 | 16 | 352 | 116 | 60 |
| Binary | 11011 | 101101 | 11011011 | 1011000 | 1001111 | 0 | 1110 | 11101010 | 1001110 | 110000 |
Color Harmonies of #1B2DDB
Complementary color
Monochromatic Colors of #1B2DDB
Black with #1B2DDB
Text Example
Text Example
White with #1B2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DDB; }
p { color: rgb(27,45,219); }
H1.HeaderClassName
{
color: #1B2DDB;
}
.AnyTagClassName
{
color: #1B2DDB;
}
</style>
background-color css
<style>
a { background-color: #1B2DDB; }
a { background-color: rgb(27,45,219); }
div.DivClassName
{
background-color: #1B2DDB;
}
.BgClassName
{
background-color: #1B2DDB;
}
</style>
border-color css
<style>
span { border-color: #1B2DDB; }
span { border-color: rgb(27,45,219); }
td.TdClassName
{
border-color: #1B2DDB;
}
.TagClassName
{
border-color: #1B2DDB;
}
</style>