Shades of Persian Blue #1B2BBA
Tints of Persian Blue #1B2BBA
RGB
CMYK
RGB Variations
Color information
#1B2BBA (or 0x1B2BBA) is known color: Persian Blue. HEX triplet: 1B, 2B and BA. RGB value is (27,43,186). Sum of RGB (Red+Green+Blue) = 27+43+186=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B2BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2BBA is #E4D445. Grayscale: #353535. Windows color (decimal): -14996550 or 12200731. OLE color: 12200731.
HSL color Cylindrical-coordinate representation of color #1B2BBA: hue angle of 233.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B2BBA is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 43 | 186 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.27 |
| HSL | 233.96º | 0.75% | 0.42% | - |
| HSV(B) | 233.96º | 0.85% | 0.73% | - |
| XYZ | 10.18 | 5.51 | 46.98 | - |
| YUV | 54.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 186 | 0.85 | 0.77 | 0 | 0.27 | 233.96 | 0.75 | 0.42 |
| Hex | 1B | 2B | BA | 55 | 4D | 0 | 1B | EA | 4B | 2A |
| Octal | 33 | 53 | 272 | 125 | 115 | 0 | 33 | 352 | 113 | 52 |
| Binary | 11011 | 101011 | 10111010 | 1010101 | 1001101 | 0 | 11011 | 11101010 | 1001011 | 101010 |
Color Harmonies of #1B2BBA
Complementary color
Monochromatic Colors of #1B2BBA
Black with #1B2BBA
Text Example
Text Example
White with #1B2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2BBA; }
p { color: rgb(27,43,186); }
H1.HeaderClassName
{
color: #1B2BBA;
}
.AnyTagClassName
{
color: #1B2BBA;
}
</style>
background-color css
<style>
a { background-color: #1B2BBA; }
a { background-color: rgb(27,43,186); }
div.DivClassName
{
background-color: #1B2BBA;
}
.BgClassName
{
background-color: #1B2BBA;
}
</style>
border-color css
<style>
span { border-color: #1B2BBA; }
span { border-color: rgb(27,43,186); }
td.TdClassName
{
border-color: #1B2BBA;
}
.TagClassName
{
border-color: #1B2BBA;
}
</style>