Shades of Persian Blue #1B2BDA
Tints of Persian Blue #1B2BDA
RGB
CMYK
RGB Variations
Color information
#1B2BDA (or 0x1B2BDA) is known color: Persian Blue. HEX triplet: 1B, 2B and DA. RGB value is (27,43,218). Sum of RGB (Red+Green+Blue) = 27+43+218=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2BDA is #E4D425. Grayscale: #393939. Windows color (decimal): -14996518 or 14297883. OLE color: 14297883.
HSL color Cylindrical-coordinate representation of color #1B2BDA: hue angle of 234.97º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B2BDA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 43 | 218 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.15 |
| HSL | 234.97º | 0.78% | 0.48% | - |
| HSV(B) | 234.97º | 0.88% | 0.85% | - |
| XYZ | 13.97 | 7.02 | 66.95 | - |
| YUV | 58.17 | 218.2 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 218 | 0.88 | 0.80 | 0 | 0.15 | 234.97 | 0.78 | 0.48 |
| Hex | 1B | 2B | DA | 58 | 50 | 0 | F | EB | 4E | 30 |
| Octal | 33 | 53 | 332 | 130 | 120 | 0 | 17 | 353 | 116 | 60 |
| Binary | 11011 | 101011 | 11011010 | 1011000 | 1010000 | 0 | 1111 | 11101011 | 1001110 | 110000 |
Color Harmonies of #1B2BDA
Complementary color
Monochromatic Colors of #1B2BDA
Black with #1B2BDA
Text Example
Text Example
White with #1B2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2BDA; }
p { color: rgb(27,43,218); }
H1.HeaderClassName
{
color: #1B2BDA;
}
.AnyTagClassName
{
color: #1B2BDA;
}
</style>
background-color css
<style>
a { background-color: #1B2BDA; }
a { background-color: rgb(27,43,218); }
div.DivClassName
{
background-color: #1B2BDA;
}
.BgClassName
{
background-color: #1B2BDA;
}
</style>
border-color css
<style>
span { border-color: #1B2BDA; }
span { border-color: rgb(27,43,218); }
td.TdClassName
{
border-color: #1B2BDA;
}
.TagClassName
{
border-color: #1B2BDA;
}
</style>