Shades of Blue #0139F7
Tints of Blue #0139F7
RGB
CMYK
RGB Variations
Color information
#0139F7 (or 0x0139F7) is known color: Blue. HEX triplet: 01, 39 and F7. RGB value is (1,57,247). Sum of RGB (Red+Green+Blue) = 1+57+247=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 247 (96.88% from 255 or 80.98% from 305); Max value from RGB is 247 - color contains mainly: blue. Hex color #0139F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0139F7 is #FEC608. Grayscale: #3D3D3D. Windows color (decimal): -16696841 or 16201985. OLE color: 16201985.
HSL color Cylindrical-coordinate representation of color #0139F7: hue angle of 226.34º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0139F7 is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 57 | 247 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.03 |
| HSL | 226.34º | 0.99% | 0.49% | - |
| HSV(B) | 226.34º | 1% | 0.97% | - |
| XYZ | 18.26 | 9.65 | 88.9 | - |
| YUV | 61.92 | 232.45 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 247 | 1.00 | 0.77 | 0 | 0.03 | 226.34 | 0.99 | 0.49 |
| Hex | 1 | 39 | F7 | 64 | 4D | 0 | 3 | E2 | 63 | 31 |
| Octal | 1 | 71 | 367 | 144 | 115 | 0 | 3 | 342 | 143 | 61 |
| Binary | 1 | 111001 | 11110111 | 1100100 | 1001101 | 0 | 11 | 11100010 | 1100011 | 110001 |
Color Harmonies of #0139F7
Complementary color
Monochromatic Colors of #0139F7
Black with #0139F7
Text Example
Text Example
White with #0139F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139F7; }
p { color: rgb(1,57,247); }
H1.HeaderClassName
{
color: #0139F7;
}
.AnyTagClassName
{
color: #0139F7;
}
</style>
background-color css
<style>
a { background-color: #0139F7; }
a { background-color: rgb(1,57,247); }
div.DivClassName
{
background-color: #0139F7;
}
.BgClassName
{
background-color: #0139F7;
}
</style>
border-color css
<style>
span { border-color: #0139F7; }
span { border-color: rgb(1,57,247); }
td.TdClassName
{
border-color: #0139F7;
}
.TagClassName
{
border-color: #0139F7;
}
</style>