Shades of Persian Blue #0E40B7
Tints of Persian Blue #0E40B7
RGB
CMYK
RGB Variations
Color information
#0E40B7 (or 0x0E40B7) is known color: Persian Blue. HEX triplet: 0E, 40 and B7. RGB value is (14,64,183). Sum of RGB (Red+Green+Blue) = 14+64+183=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #0E40B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E40B7 is #F1BF48. Grayscale: #3E3E3E. Windows color (decimal): -15843145 or 12009486. OLE color: 12009486.
HSL color Cylindrical-coordinate representation of color #0E40B7: hue angle of 222.25º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E40B7 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 64 | 183 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.28 |
| HSL | 222.25º | 0.86% | 0.39% | - |
| HSV(B) | 222.25º | 0.92% | 0.72% | - |
| XYZ | 10.56 | 7.18 | 45.63 | - |
| YUV | 62.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 183 | 0.92 | 0.65 | 0 | 0.28 | 222.25 | 0.86 | 0.39 |
| Hex | E | 40 | B7 | 5C | 41 | 0 | 1C | DE | 56 | 27 |
| Octal | 16 | 100 | 267 | 134 | 101 | 0 | 34 | 336 | 126 | 47 |
| Binary | 1110 | 1000000 | 10110111 | 1011100 | 1000001 | 0 | 11100 | 11011110 | 1010110 | 100111 |
Color Harmonies of #0E40B7
Complementary color
Monochromatic Colors of #0E40B7
Black with #0E40B7
Text Example
Text Example
White with #0E40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E40B7; }
p { color: rgb(14,64,183); }
H1.HeaderClassName
{
color: #0E40B7;
}
.AnyTagClassName
{
color: #0E40B7;
}
</style>
background-color css
<style>
a { background-color: #0E40B7; }
a { background-color: rgb(14,64,183); }
div.DivClassName
{
background-color: #0E40B7;
}
.BgClassName
{
background-color: #0E40B7;
}
</style>
border-color css
<style>
span { border-color: #0E40B7; }
span { border-color: rgb(14,64,183); }
td.TdClassName
{
border-color: #0E40B7;
}
.TagClassName
{
border-color: #0E40B7;
}
</style>