Shades of Blue #0139F5
Tints of Blue #0139F5
RGB
CMYK
RGB Variations
Color information
#0139F5 (or 0x0139F5) is known color: Blue. HEX triplet: 01, 39 and F5. RGB value is (1,57,245). Sum of RGB (Red+Green+Blue) = 1+57+245=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 245 (96.09% from 255 or 80.86% from 303); Max value from RGB is 245 - color contains mainly: blue. Hex color #0139F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0139F5 is #FEC60A. Grayscale: #3C3C3C. Windows color (decimal): -16696843 or 16070913. OLE color: 16070913.
HSL color Cylindrical-coordinate representation of color #0139F5: hue angle of 226.23º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0139F5 is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 57 | 245 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.04 |
| HSL | 226.23º | 0.99% | 0.48% | - |
| HSV(B) | 226.23º | 1% | 0.96% | - |
| XYZ | 17.96 | 9.53 | 87.28 | - |
| YUV | 61.69 | 231.45 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 245 | 1.00 | 0.77 | 0 | 0.04 | 226.23 | 0.99 | 0.48 |
| Hex | 1 | 39 | F5 | 64 | 4D | 0 | 4 | E2 | 63 | 30 |
| Octal | 1 | 71 | 365 | 144 | 115 | 0 | 4 | 342 | 143 | 60 |
| Binary | 1 | 111001 | 11110101 | 1100100 | 1001101 | 0 | 100 | 11100010 | 1100011 | 110000 |
Color Harmonies of #0139F5
Complementary color
Monochromatic Colors of #0139F5
Black with #0139F5
Text Example
Text Example
White with #0139F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139F5; }
p { color: rgb(1,57,245); }
H1.HeaderClassName
{
color: #0139F5;
}
.AnyTagClassName
{
color: #0139F5;
}
</style>
background-color css
<style>
a { background-color: #0139F5; }
a { background-color: rgb(1,57,245); }
div.DivClassName
{
background-color: #0139F5;
}
.BgClassName
{
background-color: #0139F5;
}
</style>
border-color css
<style>
span { border-color: #0139F5; }
span { border-color: rgb(1,57,245); }
td.TdClassName
{
border-color: #0139F5;
}
.TagClassName
{
border-color: #0139F5;
}
</style>