Shades of Persian Blue #1B2DDD
Tints of Persian Blue #1B2DDD
RGB
CMYK
RGB Variations
Color information
#1B2DDD (or 0x1B2DDD) is known color: Persian Blue. HEX triplet: 1B, 2D and DD. RGB value is (27,45,221). Sum of RGB (Red+Green+Blue) = 27+45+221=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B2DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2DDD is #E4D222. Grayscale: #3A3A3A. Windows color (decimal): -14996003 or 14495003. OLE color: 14495003.
HSL color Cylindrical-coordinate representation of color #1B2DDD: hue angle of 234.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B2DDD is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 45 | 221 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.13 |
| HSL | 234.43º | 0.78% | 0.49% | - |
| HSV(B) | 234.43º | 0.88% | 0.87% | - |
| XYZ | 14.44 | 7.33 | 69.06 | - |
| YUV | 59.68 | 219.04 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 221 | 0.88 | 0.80 | 0 | 0.13 | 234.43 | 0.78 | 0.49 |
| Hex | 1B | 2D | DD | 58 | 50 | 0 | D | EA | 4E | 31 |
| Octal | 33 | 55 | 335 | 130 | 120 | 0 | 15 | 352 | 116 | 61 |
| Binary | 11011 | 101101 | 11011101 | 1011000 | 1010000 | 0 | 1101 | 11101010 | 1001110 | 110001 |
Color Harmonies of #1B2DDD
Complementary color
Monochromatic Colors of #1B2DDD
Black with #1B2DDD
Text Example
Text Example
White with #1B2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DDD; }
p { color: rgb(27,45,221); }
H1.HeaderClassName
{
color: #1B2DDD;
}
.AnyTagClassName
{
color: #1B2DDD;
}
</style>
background-color css
<style>
a { background-color: #1B2DDD; }
a { background-color: rgb(27,45,221); }
div.DivClassName
{
background-color: #1B2DDD;
}
.BgClassName
{
background-color: #1B2DDD;
}
</style>
border-color css
<style>
span { border-color: #1B2DDD; }
span { border-color: rgb(27,45,221); }
td.TdClassName
{
border-color: #1B2DDD;
}
.TagClassName
{
border-color: #1B2DDD;
}
</style>