Shades of Persian Blue #1B2AEC
Tints of Persian Blue #1B2AEC
RGB
CMYK
RGB Variations
Color information
#1B2AEC (or 0x1B2AEC) is known color: Persian Blue. HEX triplet: 1B, 2A and EC. RGB value is (27,42,236). Sum of RGB (Red+Green+Blue) = 27+42+236=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B2AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2AEC is #E4D513. Grayscale: #3A3A3A. Windows color (decimal): -14996756 or 15477275. OLE color: 15477275.
HSL color Cylindrical-coordinate representation of color #1B2AEC: hue angle of 235.69º 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 #1B2AEC is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 42 | 236 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.07 |
| HSL | 235.69º | 0.85% | 0.52% | - |
| HSV(B) | 235.69º | 0.89% | 0.93% | - |
| XYZ | 16.42 | 7.95 | 80.02 | - |
| YUV | 59.63 | 227.53 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 236 | 0.89 | 0.82 | 0 | 0.07 | 235.69 | 0.85 | 0.52 |
| Hex | 1B | 2A | EC | 59 | 52 | 0 | 7 | EC | 55 | 34 |
| Octal | 33 | 52 | 354 | 131 | 122 | 0 | 7 | 354 | 125 | 64 |
| Binary | 11011 | 101010 | 11101100 | 1011001 | 1010010 | 0 | 111 | 11101100 | 1010101 | 110100 |
Color Harmonies of #1B2AEC
Complementary color
Monochromatic Colors of #1B2AEC
Black with #1B2AEC
Text Example
Text Example
White with #1B2AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2AEC; }
p { color: rgb(27,42,236); }
H1.HeaderClassName
{
color: #1B2AEC;
}
.AnyTagClassName
{
color: #1B2AEC;
}
</style>
background-color css
<style>
a { background-color: #1B2AEC; }
a { background-color: rgb(27,42,236); }
div.DivClassName
{
background-color: #1B2AEC;
}
.BgClassName
{
background-color: #1B2AEC;
}
</style>
border-color css
<style>
span { border-color: #1B2AEC; }
span { border-color: rgb(27,42,236); }
td.TdClassName
{
border-color: #1B2AEC;
}
.TagClassName
{
border-color: #1B2AEC;
}
</style>