Shades of Persian Blue #0E2FB8
Tints of Persian Blue #0E2FB8
RGB
CMYK
RGB Variations
Color information
#0E2FB8 (or 0x0E2FB8) is known color: Persian Blue. HEX triplet: 0E, 2F and B8. RGB value is (14,47,184). Sum of RGB (Red+Green+Blue) = 14+47+184=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E2FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2FB8 is #F1D047. Grayscale: #343434. Windows color (decimal): -15847496 or 12070670. OLE color: 12070670.
HSL color Cylindrical-coordinate representation of color #0E2FB8: hue angle of 228.35º 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 #0E2FB8 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 47 | 184 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.28 |
| HSL | 228.35º | 0.86% | 0.39% | - |
| HSV(B) | 228.35º | 0.92% | 0.72% | - |
| XYZ | 9.85 | 5.59 | 45.91 | - |
| YUV | 52.75 | 202.07 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 184 | 0.92 | 0.74 | 0 | 0.28 | 228.35 | 0.86 | 0.39 |
| Hex | E | 2F | B8 | 5C | 4A | 0 | 1C | E4 | 56 | 27 |
| Octal | 16 | 57 | 270 | 134 | 112 | 0 | 34 | 344 | 126 | 47 |
| Binary | 1110 | 101111 | 10111000 | 1011100 | 1001010 | 0 | 11100 | 11100100 | 1010110 | 100111 |
Color Harmonies of #0E2FB8
Complementary color
Monochromatic Colors of #0E2FB8
Black with #0E2FB8
Text Example
Text Example
White with #0E2FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2FB8; }
p { color: rgb(14,47,184); }
H1.HeaderClassName
{
color: #0E2FB8;
}
.AnyTagClassName
{
color: #0E2FB8;
}
</style>
background-color css
<style>
a { background-color: #0E2FB8; }
a { background-color: rgb(14,47,184); }
div.DivClassName
{
background-color: #0E2FB8;
}
.BgClassName
{
background-color: #0E2FB8;
}
</style>
border-color css
<style>
span { border-color: #0E2FB8; }
span { border-color: rgb(14,47,184); }
td.TdClassName
{
border-color: #0E2FB8;
}
.TagClassName
{
border-color: #0E2FB8;
}
</style>