Shades of Persian Blue #1B2BCB
Tints of Persian Blue #1B2BCB
RGB
CMYK
RGB Variations
Color information
#1B2BCB (or 0x1B2BCB) is known color: Persian Blue. HEX triplet: 1B, 2B and CB. RGB value is (27,43,203). Sum of RGB (Red+Green+Blue) = 27+43+203=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B2BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2BCB is #E4D434. Grayscale: #373737. Windows color (decimal): -14996533 or 13314843. OLE color: 13314843.
HSL color Cylindrical-coordinate representation of color #1B2BCB: hue angle of 234.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2BCB is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 43 | 203 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.20 |
| HSL | 234.55º | 0.77% | 0.45% | - |
| HSV(B) | 234.55º | 0.87% | 0.8% | - |
| XYZ | 12.1 | 6.27 | 57.07 | - |
| YUV | 56.46 | 210.7 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 203 | 0.87 | 0.79 | 0 | 0.20 | 234.55 | 0.77 | 0.45 |
| Hex | 1B | 2B | CB | 57 | 4F | 0 | 14 | EB | 4D | 2D |
| Octal | 33 | 53 | 313 | 127 | 117 | 0 | 24 | 353 | 115 | 55 |
| Binary | 11011 | 101011 | 11001011 | 1010111 | 1001111 | 0 | 10100 | 11101011 | 1001101 | 101101 |
Color Harmonies of #1B2BCB
Complementary color
Monochromatic Colors of #1B2BCB
Black with #1B2BCB
Text Example
Text Example
White with #1B2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2BCB; }
p { color: rgb(27,43,203); }
H1.HeaderClassName
{
color: #1B2BCB;
}
.AnyTagClassName
{
color: #1B2BCB;
}
</style>
background-color css
<style>
a { background-color: #1B2BCB; }
a { background-color: rgb(27,43,203); }
div.DivClassName
{
background-color: #1B2BCB;
}
.BgClassName
{
background-color: #1B2BCB;
}
</style>
border-color css
<style>
span { border-color: #1B2BCB; }
span { border-color: rgb(27,43,203); }
td.TdClassName
{
border-color: #1B2BCB;
}
.TagClassName
{
border-color: #1B2BCB;
}
</style>