Shades of Persian Blue #0E28BF
Tints of Persian Blue #0E28BF
RGB
CMYK
RGB Variations
Color information
#0E28BF (or 0x0E28BF) is known color: Persian Blue. HEX triplet: 0E, 28 and BF. RGB value is (14,40,191). Sum of RGB (Red+Green+Blue) = 14+40+191=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E28BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E28BF is #F1D740. Grayscale: #303030. Windows color (decimal): -15849281 or 12527630. OLE color: 12527630.
HSL color Cylindrical-coordinate representation of color #0E28BF: hue angle of 231.19º 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 #0E28BF is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 40 | 191 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.25 |
| HSL | 231.19º | 0.86% | 0.4% | - |
| HSV(B) | 231.19º | 0.93% | 0.75% | - |
| XYZ | 10.34 | 5.37 | 49.78 | - |
| YUV | 49.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 191 | 0.93 | 0.79 | 0 | 0.25 | 231.19 | 0.86 | 0.4 |
| Hex | E | 28 | BF | 5D | 4F | 0 | 19 | E7 | 56 | 28 |
| Octal | 16 | 50 | 277 | 135 | 117 | 0 | 31 | 347 | 126 | 50 |
| Binary | 1110 | 101000 | 10111111 | 1011101 | 1001111 | 0 | 11001 | 11100111 | 1010110 | 101000 |
Color Harmonies of #0E28BF
Complementary color
Monochromatic Colors of #0E28BF
Black with #0E28BF
Text Example
Text Example
White with #0E28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E28BF; }
p { color: rgb(14,40,191); }
H1.HeaderClassName
{
color: #0E28BF;
}
.AnyTagClassName
{
color: #0E28BF;
}
</style>
background-color css
<style>
a { background-color: #0E28BF; }
a { background-color: rgb(14,40,191); }
div.DivClassName
{
background-color: #0E28BF;
}
.BgClassName
{
background-color: #0E28BF;
}
</style>
border-color css
<style>
span { border-color: #0E28BF; }
span { border-color: rgb(14,40,191); }
td.TdClassName
{
border-color: #0E28BF;
}
.TagClassName
{
border-color: #0E28BF;
}
</style>