Shades of Persian Blue #1B3FEC
Tints of Persian Blue #1B3FEC
RGB
CMYK
RGB Variations
Color information
#1B3FEC (or 0x1B3FEC) is known color: Persian Blue. HEX triplet: 1B, 3F and EC. RGB value is (27,63,236). Sum of RGB (Red+Green+Blue) = 27+63+236=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B3FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3FEC is #E4C013. Grayscale: #474747. Windows color (decimal): -14991380 or 15482651. OLE color: 15482651.
HSL color Cylindrical-coordinate representation of color #1B3FEC: hue angle of 229.67º 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 #1B3FEC is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 63 | 236 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.07 |
| HSL | 229.67º | 0.85% | 0.52% | - |
| HSV(B) | 229.67º | 0.89% | 0.93% | - |
| XYZ | 17.37 | 9.84 | 80.34 | - |
| YUV | 71.96 | 220.57 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 236 | 0.89 | 0.73 | 0 | 0.07 | 229.67 | 0.85 | 0.52 |
| Hex | 1B | 3F | EC | 59 | 49 | 0 | 7 | E6 | 55 | 34 |
| Octal | 33 | 77 | 354 | 131 | 111 | 0 | 7 | 346 | 125 | 64 |
| Binary | 11011 | 111111 | 11101100 | 1011001 | 1001001 | 0 | 111 | 11100110 | 1010101 | 110100 |
Color Harmonies of #1B3FEC
Complementary color
Monochromatic Colors of #1B3FEC
Black with #1B3FEC
Text Example
Text Example
White with #1B3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FEC; }
p { color: rgb(27,63,236); }
H1.HeaderClassName
{
color: #1B3FEC;
}
.AnyTagClassName
{
color: #1B3FEC;
}
</style>
background-color css
<style>
a { background-color: #1B3FEC; }
a { background-color: rgb(27,63,236); }
div.DivClassName
{
background-color: #1B3FEC;
}
.BgClassName
{
background-color: #1B3FEC;
}
</style>
border-color css
<style>
span { border-color: #1B3FEC; }
span { border-color: rgb(27,63,236); }
td.TdClassName
{
border-color: #1B3FEC;
}
.TagClassName
{
border-color: #1B3FEC;
}
</style>