Shades of Persian Blue #0E24DA
Tints of Persian Blue #0E24DA
RGB
CMYK
RGB Variations
Color information
#0E24DA (or 0x0E24DA) is known color: Persian Blue. HEX triplet: 0E, 24 and DA. RGB value is (14,36,218). Sum of RGB (Red+Green+Blue) = 14+36+218=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E24DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E24DA is #F1DB25. Grayscale: #313131. Windows color (decimal): -15850278 or 14296078. OLE color: 14296078.
HSL color Cylindrical-coordinate representation of color #0E24DA: hue angle of 233.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E24DA is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 36 | 218 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.15 |
| HSL | 233.53º | 0.88% | 0.45% | - |
| HSV(B) | 233.53º | 0.94% | 0.85% | - |
| XYZ | 13.47 | 6.42 | 66.86 | - |
| YUV | 50.17 | 222.71 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 218 | 0.94 | 0.83 | 0 | 0.15 | 233.53 | 0.88 | 0.45 |
| Hex | E | 24 | DA | 5E | 53 | 0 | F | EA | 58 | 2D |
| Octal | 16 | 44 | 332 | 136 | 123 | 0 | 17 | 352 | 130 | 55 |
| Binary | 1110 | 100100 | 11011010 | 1011110 | 1010011 | 0 | 1111 | 11101010 | 1011000 | 101101 |
Color Harmonies of #0E24DA
Complementary color
Monochromatic Colors of #0E24DA
Black with #0E24DA
Text Example
Text Example
White with #0E24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E24DA; }
p { color: rgb(14,36,218); }
H1.HeaderClassName
{
color: #0E24DA;
}
.AnyTagClassName
{
color: #0E24DA;
}
</style>
background-color css
<style>
a { background-color: #0E24DA; }
a { background-color: rgb(14,36,218); }
div.DivClassName
{
background-color: #0E24DA;
}
.BgClassName
{
background-color: #0E24DA;
}
</style>
border-color css
<style>
span { border-color: #0E24DA; }
span { border-color: rgb(14,36,218); }
td.TdClassName
{
border-color: #0E24DA;
}
.TagClassName
{
border-color: #0E24DA;
}
</style>