Shades of Persian Blue #1B40EB
Tints of Persian Blue #1B40EB
RGB
CMYK
RGB Variations
Color information
#1B40EB (or 0x1B40EB) is known color: Persian Blue. HEX triplet: 1B, 40 and EB. RGB value is (27,64,235). Sum of RGB (Red+Green+Blue) = 27+64+235=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B40EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B40EB is #E4BF14. Grayscale: #474747. Windows color (decimal): -14991125 or 15417371. OLE color: 15417371.
HSL color Cylindrical-coordinate representation of color #1B40EB: hue angle of 229.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B40EB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 64 | 235 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.08 |
| HSL | 229.33º | 0.84% | 0.51% | - |
| HSV(B) | 229.33º | 0.89% | 0.92% | - |
| XYZ | 17.28 | 9.9 | 79.6 | - |
| YUV | 72.43 | 219.74 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 235 | 0.89 | 0.73 | 0 | 0.08 | 229.33 | 0.84 | 0.51 |
| Hex | 1B | 40 | EB | 59 | 49 | 0 | 8 | E5 | 54 | 33 |
| Octal | 33 | 100 | 353 | 131 | 111 | 0 | 10 | 345 | 124 | 63 |
| Binary | 11011 | 1000000 | 11101011 | 1011001 | 1001001 | 0 | 1000 | 11100101 | 1010100 | 110011 |
Color Harmonies of #1B40EB
Complementary color
Monochromatic Colors of #1B40EB
Black with #1B40EB
Text Example
Text Example
White with #1B40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B40EB; }
p { color: rgb(27,64,235); }
H1.HeaderClassName
{
color: #1B40EB;
}
.AnyTagClassName
{
color: #1B40EB;
}
</style>
background-color css
<style>
a { background-color: #1B40EB; }
a { background-color: rgb(27,64,235); }
div.DivClassName
{
background-color: #1B40EB;
}
.BgClassName
{
background-color: #1B40EB;
}
</style>
border-color css
<style>
span { border-color: #1B40EB; }
span { border-color: rgb(27,64,235); }
td.TdClassName
{
border-color: #1B40EB;
}
.TagClassName
{
border-color: #1B40EB;
}
</style>