Shades of Persian Blue #1B3FE1
Tints of Persian Blue #1B3FE1
RGB
CMYK
RGB Variations
Color information
#1B3FE1 (or 0x1B3FE1) is known color: Persian Blue. HEX triplet: 1B, 3F and E1. RGB value is (27,63,225). Sum of RGB (Red+Green+Blue) = 27+63+225=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 225 (88.28% from 255 or 71.43% from 315); Max value from RGB is 225 - color contains mainly: blue. Hex color #1B3FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3FE1 is #E4C01E. Grayscale: #464646. Windows color (decimal): -14991391 or 14761755. OLE color: 14761755.
HSL color Cylindrical-coordinate representation of color #1B3FE1: hue angle of 229.09º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B3FE1 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 63 | 225 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.12 |
| HSL | 229.09º | 0.79% | 0.49% | - |
| HSV(B) | 229.09º | 0.88% | 0.88% | - |
| XYZ | 15.82 | 9.22 | 72.18 | - |
| YUV | 70.7 | 215.07 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 225 | 0.88 | 0.72 | 0 | 0.12 | 229.09 | 0.79 | 0.49 |
| Hex | 1B | 3F | E1 | 58 | 48 | 0 | C | E5 | 4F | 31 |
| Octal | 33 | 77 | 341 | 130 | 110 | 0 | 14 | 345 | 117 | 61 |
| Binary | 11011 | 111111 | 11100001 | 1011000 | 1001000 | 0 | 1100 | 11100101 | 1001111 | 110001 |
Color Harmonies of #1B3FE1
Complementary color
Monochromatic Colors of #1B3FE1
Black with #1B3FE1
Text Example
Text Example
White with #1B3FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FE1; }
p { color: rgb(27,63,225); }
H1.HeaderClassName
{
color: #1B3FE1;
}
.AnyTagClassName
{
color: #1B3FE1;
}
</style>
background-color css
<style>
a { background-color: #1B3FE1; }
a { background-color: rgb(27,63,225); }
div.DivClassName
{
background-color: #1B3FE1;
}
.BgClassName
{
background-color: #1B3FE1;
}
</style>
border-color css
<style>
span { border-color: #1B3FE1; }
span { border-color: rgb(27,63,225); }
td.TdClassName
{
border-color: #1B3FE1;
}
.TagClassName
{
border-color: #1B3FE1;
}
</style>