Shades of Persian Blue #1B2BEC
Tints of Persian Blue #1B2BEC
RGB
CMYK
RGB Variations
Color information
#1B2BEC (or 0x1B2BEC) is known color: Persian Blue. HEX triplet: 1B, 2B and EC. RGB value is (27,43,236). Sum of RGB (Red+Green+Blue) = 27+43+236=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B2BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2BEC is #E4D413. Grayscale: #3B3B3B. Windows color (decimal): -14996500 or 15477531. OLE color: 15477531.
HSL color Cylindrical-coordinate representation of color #1B2BEC: hue angle of 235.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2BEC is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 43 | 236 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.07 |
| HSL | 235.41º | 0.85% | 0.52% | - |
| HSV(B) | 235.41º | 0.89% | 0.93% | - |
| XYZ | 16.46 | 8.02 | 80.04 | - |
| YUV | 60.22 | 227.2 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 236 | 0.89 | 0.82 | 0 | 0.07 | 235.41 | 0.85 | 0.52 |
| Hex | 1B | 2B | EC | 59 | 52 | 0 | 7 | EB | 55 | 34 |
| Octal | 33 | 53 | 354 | 131 | 122 | 0 | 7 | 353 | 125 | 64 |
| Binary | 11011 | 101011 | 11101100 | 1011001 | 1010010 | 0 | 111 | 11101011 | 1010101 | 110100 |
Color Harmonies of #1B2BEC
Complementary color
Monochromatic Colors of #1B2BEC
Black with #1B2BEC
Text Example
Text Example
White with #1B2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2BEC; }
p { color: rgb(27,43,236); }
H1.HeaderClassName
{
color: #1B2BEC;
}
.AnyTagClassName
{
color: #1B2BEC;
}
</style>
background-color css
<style>
a { background-color: #1B2BEC; }
a { background-color: rgb(27,43,236); }
div.DivClassName
{
background-color: #1B2BEC;
}
.BgClassName
{
background-color: #1B2BEC;
}
</style>
border-color css
<style>
span { border-color: #1B2BEC; }
span { border-color: rgb(27,43,236); }
td.TdClassName
{
border-color: #1B2BEC;
}
.TagClassName
{
border-color: #1B2BEC;
}
</style>