Shades of Persian Blue #1B42EC
Tints of Persian Blue #1B42EC
RGB
CMYK
RGB Variations
Color information
#1B42EC (or 0x1B42EC) is known color: Persian Blue. HEX triplet: 1B, 42 and EC. RGB value is (27,66,236). Sum of RGB (Red+Green+Blue) = 27+66+236=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B42EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B42EC is #E4BD13. Grayscale: #494949. Windows color (decimal): -14990612 or 15483419. OLE color: 15483419.
HSL color Cylindrical-coordinate representation of color #1B42EC: hue angle of 228.8º 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 #1B42EC is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 66 | 236 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.07 |
| HSL | 228.8º | 0.85% | 0.52% | - |
| HSV(B) | 228.8º | 0.89% | 0.93% | - |
| XYZ | 17.54 | 10.19 | 80.4 | - |
| YUV | 73.72 | 219.58 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 236 | 0.89 | 0.72 | 0 | 0.07 | 228.8 | 0.85 | 0.52 |
| Hex | 1B | 42 | EC | 59 | 48 | 0 | 7 | E5 | 55 | 34 |
| Octal | 33 | 102 | 354 | 131 | 110 | 0 | 7 | 345 | 125 | 64 |
| Binary | 11011 | 1000010 | 11101100 | 1011001 | 1001000 | 0 | 111 | 11100101 | 1010101 | 110100 |
Color Harmonies of #1B42EC
Complementary color
Monochromatic Colors of #1B42EC
Black with #1B42EC
Text Example
Text Example
White with #1B42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B42EC; }
p { color: rgb(27,66,236); }
H1.HeaderClassName
{
color: #1B42EC;
}
.AnyTagClassName
{
color: #1B42EC;
}
</style>
background-color css
<style>
a { background-color: #1B42EC; }
a { background-color: rgb(27,66,236); }
div.DivClassName
{
background-color: #1B42EC;
}
.BgClassName
{
background-color: #1B42EC;
}
</style>
border-color css
<style>
span { border-color: #1B42EC; }
span { border-color: rgb(27,66,236); }
td.TdClassName
{
border-color: #1B42EC;
}
.TagClassName
{
border-color: #1B42EC;
}
</style>