Shades of Persian Blue #0E1FBB
Tints of Persian Blue #0E1FBB
RGB
CMYK
RGB Variations
Color information
#0E1FBB (or 0x0E1FBB) is known color: Persian Blue. HEX triplet: 0E, 1F and BB. RGB value is (14,31,187). Sum of RGB (Red+Green+Blue) = 14+31+187=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E1FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1FBB is #F1E044. Grayscale: #2B2B2B. Windows color (decimal): -15851589 or 12263182. OLE color: 12263182.
HSL color Cylindrical-coordinate representation of color #0E1FBB: hue angle of 234.1º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E1FBB is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 31 | 187 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.27 |
| HSL | 234.1º | 0.86% | 0.39% | - |
| HSV(B) | 234.1º | 0.93% | 0.73% | - |
| XYZ | 9.64 | 4.66 | 47.41 | - |
| YUV | 43.7 | 208.87 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 187 | 0.93 | 0.83 | 0 | 0.27 | 234.1 | 0.86 | 0.39 |
| Hex | E | 1F | BB | 5D | 53 | 0 | 1B | EA | 56 | 27 |
| Octal | 16 | 37 | 273 | 135 | 123 | 0 | 33 | 352 | 126 | 47 |
| Binary | 1110 | 11111 | 10111011 | 1011101 | 1010011 | 0 | 11011 | 11101010 | 1010110 | 100111 |
Color Harmonies of #0E1FBB
Complementary color
Monochromatic Colors of #0E1FBB
Black with #0E1FBB
Text Example
Text Example
White with #0E1FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1FBB; }
p { color: rgb(14,31,187); }
H1.HeaderClassName
{
color: #0E1FBB;
}
.AnyTagClassName
{
color: #0E1FBB;
}
</style>
background-color css
<style>
a { background-color: #0E1FBB; }
a { background-color: rgb(14,31,187); }
div.DivClassName
{
background-color: #0E1FBB;
}
.BgClassName
{
background-color: #0E1FBB;
}
</style>
border-color css
<style>
span { border-color: #0E1FBB; }
span { border-color: rgb(14,31,187); }
td.TdClassName
{
border-color: #0E1FBB;
}
.TagClassName
{
border-color: #0E1FBB;
}
</style>