Shades of Persian Blue #0E3BB8
Tints of Persian Blue #0E3BB8
RGB
CMYK
RGB Variations
Color information
#0E3BB8 (or 0x0E3BB8) is known color: Persian Blue. HEX triplet: 0E, 3B and B8. RGB value is (14,59,184). Sum of RGB (Red+Green+Blue) = 14+59+184=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 184 (72.27% from 255 or 71.60% from 257); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E3BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3BB8 is #F1C447. Grayscale: #3B3B3B. Windows color (decimal): -15844424 or 12073742. OLE color: 12073742.
HSL color Cylindrical-coordinate representation of color #0E3BB8: hue angle of 224.12º 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 #0E3BB8 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 59 | 184 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.28 |
| HSL | 224.12º | 0.86% | 0.39% | - |
| HSV(B) | 224.12º | 0.92% | 0.72% | - |
| XYZ | 10.4 | 6.68 | 46.09 | - |
| YUV | 59.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 184 | 0.92 | 0.68 | 0 | 0.28 | 224.12 | 0.86 | 0.39 |
| Hex | E | 3B | B8 | 5C | 44 | 0 | 1C | E0 | 56 | 27 |
| Octal | 16 | 73 | 270 | 134 | 104 | 0 | 34 | 340 | 126 | 47 |
| Binary | 1110 | 111011 | 10111000 | 1011100 | 1000100 | 0 | 11100 | 11100000 | 1010110 | 100111 |
Color Harmonies of #0E3BB8
Complementary color
Monochromatic Colors of #0E3BB8
Black with #0E3BB8
Text Example
Text Example
White with #0E3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3BB8; }
p { color: rgb(14,59,184); }
H1.HeaderClassName
{
color: #0E3BB8;
}
.AnyTagClassName
{
color: #0E3BB8;
}
</style>
background-color css
<style>
a { background-color: #0E3BB8; }
a { background-color: rgb(14,59,184); }
div.DivClassName
{
background-color: #0E3BB8;
}
.BgClassName
{
background-color: #0E3BB8;
}
</style>
border-color css
<style>
span { border-color: #0E3BB8; }
span { border-color: rgb(14,59,184); }
td.TdClassName
{
border-color: #0E3BB8;
}
.TagClassName
{
border-color: #0E3BB8;
}
</style>