Shades of Persian Blue #0E3BBF
Tints of Persian Blue #0E3BBF
RGB
CMYK
RGB Variations
Color information
#0E3BBF (or 0x0E3BBF) is known color: Persian Blue. HEX triplet: 0E, 3B and BF. RGB value is (14,59,191). Sum of RGB (Red+Green+Blue) = 14+59+191=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E3BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3BBF is #F1C440. Grayscale: #3C3C3C. Windows color (decimal): -15844417 or 12532494. OLE color: 12532494.
HSL color Cylindrical-coordinate representation of color #0E3BBF: hue angle of 224.75º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3BBF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 59 | 191 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.25 |
| HSL | 224.75º | 0.86% | 0.4% | - |
| HSV(B) | 224.75º | 0.93% | 0.75% | - |
| XYZ | 11.15 | 6.98 | 50.05 | - |
| YUV | 60.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 191 | 0.93 | 0.69 | 0 | 0.25 | 224.75 | 0.86 | 0.4 |
| Hex | E | 3B | BF | 5D | 45 | 0 | 19 | E1 | 56 | 28 |
| Octal | 16 | 73 | 277 | 135 | 105 | 0 | 31 | 341 | 126 | 50 |
| Binary | 1110 | 111011 | 10111111 | 1011101 | 1000101 | 0 | 11001 | 11100001 | 1010110 | 101000 |
Color Harmonies of #0E3BBF
Complementary color
Monochromatic Colors of #0E3BBF
Black with #0E3BBF
Text Example
Text Example
White with #0E3BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3BBF; }
p { color: rgb(14,59,191); }
H1.HeaderClassName
{
color: #0E3BBF;
}
.AnyTagClassName
{
color: #0E3BBF;
}
</style>
background-color css
<style>
a { background-color: #0E3BBF; }
a { background-color: rgb(14,59,191); }
div.DivClassName
{
background-color: #0E3BBF;
}
.BgClassName
{
background-color: #0E3BBF;
}
</style>
border-color css
<style>
span { border-color: #0E3BBF; }
span { border-color: rgb(14,59,191); }
td.TdClassName
{
border-color: #0E3BBF;
}
.TagClassName
{
border-color: #0E3BBF;
}
</style>