Shades of Persian Blue #0E27DB
Tints of Persian Blue #0E27DB
RGB
CMYK
RGB Variations
Color information
#0E27DB (or 0x0E27DB) is known color: Persian Blue. HEX triplet: 0E, 27 and DB. RGB value is (14,39,219). Sum of RGB (Red+Green+Blue) = 14+39+219=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E27DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E27DB is #F1D824. Grayscale: #333333. Windows color (decimal): -15849509 or 14362382. OLE color: 14362382.
HSL color Cylindrical-coordinate representation of color #0E27DB: hue angle of 232.68º 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 #0E27DB is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 39 | 219 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.14 |
| HSL | 232.68º | 0.88% | 0.46% | - |
| HSV(B) | 232.68º | 0.94% | 0.86% | - |
| XYZ | 13.69 | 6.66 | 67.58 | - |
| YUV | 52.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 219 | 0.94 | 0.82 | 0 | 0.14 | 232.68 | 0.88 | 0.46 |
| Hex | E | 27 | DB | 5E | 52 | 0 | E | E9 | 58 | 2E |
| Octal | 16 | 47 | 333 | 136 | 122 | 0 | 16 | 351 | 130 | 56 |
| Binary | 1110 | 100111 | 11011011 | 1011110 | 1010010 | 0 | 1110 | 11101001 | 1011000 | 101110 |
Color Harmonies of #0E27DB
Complementary color
Monochromatic Colors of #0E27DB
Black with #0E27DB
Text Example
Text Example
White with #0E27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E27DB; }
p { color: rgb(14,39,219); }
H1.HeaderClassName
{
color: #0E27DB;
}
.AnyTagClassName
{
color: #0E27DB;
}
</style>
background-color css
<style>
a { background-color: #0E27DB; }
a { background-color: rgb(14,39,219); }
div.DivClassName
{
background-color: #0E27DB;
}
.BgClassName
{
background-color: #0E27DB;
}
</style>
border-color css
<style>
span { border-color: #0E27DB; }
span { border-color: rgb(14,39,219); }
td.TdClassName
{
border-color: #0E27DB;
}
.TagClassName
{
border-color: #0E27DB;
}
</style>