Shades of Persian Blue #0E28DB
Tints of Persian Blue #0E28DB
RGB
CMYK
RGB Variations
Color information
#0E28DB (or 0x0E28DB) is known color: Persian Blue. HEX triplet: 0E, 28 and DB. RGB value is (14,40,219). Sum of RGB (Red+Green+Blue) = 14+40+219=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E28DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E28DB is #F1D724. Grayscale: #333333. Windows color (decimal): -15849253 or 14362638. OLE color: 14362638.
HSL color Cylindrical-coordinate representation of color #0E28DB: hue angle of 232.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E28DB is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 40 | 219 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.14 |
| HSL | 232.39º | 0.88% | 0.46% | - |
| HSV(B) | 232.39º | 0.94% | 0.86% | - |
| XYZ | 13.73 | 6.73 | 67.59 | - |
| YUV | 52.63 | 221.89 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 219 | 0.94 | 0.82 | 0 | 0.14 | 232.39 | 0.88 | 0.46 |
| Hex | E | 28 | DB | 5E | 52 | 0 | E | E8 | 58 | 2E |
| Octal | 16 | 50 | 333 | 136 | 122 | 0 | 16 | 350 | 130 | 56 |
| Binary | 1110 | 101000 | 11011011 | 1011110 | 1010010 | 0 | 1110 | 11101000 | 1011000 | 101110 |
Color Harmonies of #0E28DB
Complementary color
Monochromatic Colors of #0E28DB
Black with #0E28DB
Text Example
Text Example
White with #0E28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E28DB; }
p { color: rgb(14,40,219); }
H1.HeaderClassName
{
color: #0E28DB;
}
.AnyTagClassName
{
color: #0E28DB;
}
</style>
background-color css
<style>
a { background-color: #0E28DB; }
a { background-color: rgb(14,40,219); }
div.DivClassName
{
background-color: #0E28DB;
}
.BgClassName
{
background-color: #0E28DB;
}
</style>
border-color css
<style>
span { border-color: #0E28DB; }
span { border-color: rgb(14,40,219); }
td.TdClassName
{
border-color: #0E28DB;
}
.TagClassName
{
border-color: #0E28DB;
}
</style>