Shades of Persian Blue #1B40CF
Tints of Persian Blue #1B40CF
RGB
CMYK
RGB Variations
Color information
#1B40CF (or 0x1B40CF) is known color: Persian Blue. HEX triplet: 1B, 40 and CF. RGB value is (27,64,207). Sum of RGB (Red+Green+Blue) = 27+64+207=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B40CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B40CF is #E4BF30. Grayscale: #444444. Windows color (decimal): -14991153 or 13582363. OLE color: 13582363.
HSL color Cylindrical-coordinate representation of color #1B40CF: hue angle of 227.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B40CF is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 64 | 207 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.19 |
| HSL | 227.67º | 0.77% | 0.46% | - |
| HSV(B) | 227.67º | 0.87% | 0.81% | - |
| XYZ | 13.55 | 8.4 | 59.94 | - |
| YUV | 69.24 | 205.74 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 207 | 0.87 | 0.69 | 0 | 0.19 | 227.67 | 0.77 | 0.46 |
| Hex | 1B | 40 | CF | 57 | 45 | 0 | 13 | E4 | 4D | 2E |
| Octal | 33 | 100 | 317 | 127 | 105 | 0 | 23 | 344 | 115 | 56 |
| Binary | 11011 | 1000000 | 11001111 | 1010111 | 1000101 | 0 | 10011 | 11100100 | 1001101 | 101110 |
Color Harmonies of #1B40CF
Complementary color
Monochromatic Colors of #1B40CF
Black with #1B40CF
Text Example
Text Example
White with #1B40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B40CF; }
p { color: rgb(27,64,207); }
H1.HeaderClassName
{
color: #1B40CF;
}
.AnyTagClassName
{
color: #1B40CF;
}
</style>
background-color css
<style>
a { background-color: #1B40CF; }
a { background-color: rgb(27,64,207); }
div.DivClassName
{
background-color: #1B40CF;
}
.BgClassName
{
background-color: #1B40CF;
}
</style>
border-color css
<style>
span { border-color: #1B40CF; }
span { border-color: rgb(27,64,207); }
td.TdClassName
{
border-color: #1B40CF;
}
.TagClassName
{
border-color: #1B40CF;
}
</style>