Shades of Persian Blue #0139E0
Tints of Persian Blue #0139E0
RGB
CMYK
RGB Variations
Color information
#0139E0 (or 0x0139E0) is known color: Persian Blue. HEX triplet: 01, 39 and E0. RGB value is (1,57,224). Sum of RGB (Red+Green+Blue) = 1+57+224=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 224 (87.89% from 255 or 79.43% from 282); Max value from RGB is 224 - color contains mainly: blue. Hex color #0139E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139E0 is #FEC61F. Grayscale: #3A3A3A. Windows color (decimal): -16696864 or 14694657. OLE color: 14694657.
HSL color Cylindrical-coordinate representation of color #0139E0: hue angle of 224.93º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0139E0 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 57 | 224 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.12 |
| HSL | 224.93º | 0.99% | 0.44% | - |
| HSV(B) | 224.93º | 1% | 0.88% | - |
| XYZ | 14.93 | 8.31 | 71.34 | - |
| YUV | 59.29 | 220.95 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 224 | 1.00 | 0.75 | 0 | 0.12 | 224.93 | 0.99 | 0.44 |
| Hex | 1 | 39 | E0 | 64 | 4B | 0 | C | E1 | 63 | 2C |
| Octal | 1 | 71 | 340 | 144 | 113 | 0 | 14 | 341 | 143 | 54 |
| Binary | 1 | 111001 | 11100000 | 1100100 | 1001011 | 0 | 1100 | 11100001 | 1100011 | 101100 |
Color Harmonies of #0139E0
Complementary color
Monochromatic Colors of #0139E0
Black with #0139E0
Text Example
Text Example
White with #0139E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139E0; }
p { color: rgb(1,57,224); }
H1.HeaderClassName
{
color: #0139E0;
}
.AnyTagClassName
{
color: #0139E0;
}
</style>
background-color css
<style>
a { background-color: #0139E0; }
a { background-color: rgb(1,57,224); }
div.DivClassName
{
background-color: #0139E0;
}
.BgClassName
{
background-color: #0139E0;
}
</style>
border-color css
<style>
span { border-color: #0139E0; }
span { border-color: rgb(1,57,224); }
td.TdClassName
{
border-color: #0139E0;
}
.TagClassName
{
border-color: #0139E0;
}
</style>