Shades of Blue #0139FC
Tints of Blue #0139FC
RGB
CMYK
RGB Variations
Color information
#0139FC (or 0x0139FC) is known color: Blue. HEX triplet: 01, 39 and FC. RGB value is (1,57,252). Sum of RGB (Red+Green+Blue) = 1+57+252=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 252 (98.83% from 255 or 81.29% from 310); Max value from RGB is 252 - color contains mainly: blue. Hex color #0139FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0139FC is #FEC603. Grayscale: #3D3D3D. Windows color (decimal): -16696836 or 16529665. OLE color: 16529665.
HSL color Cylindrical-coordinate representation of color #0139FC: hue angle of 226.61º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0139FC is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 57 | 252 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.01 |
| HSL | 226.61º | 0.99% | 0.5% | - |
| HSV(B) | 226.61º | 1% | 0.99% | - |
| XYZ | 19.05 | 9.96 | 93.01 | - |
| YUV | 62.49 | 234.95 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 252 | 1.00 | 0.77 | 0 | 0.01 | 226.61 | 0.99 | 0.5 |
| Hex | 1 | 39 | FC | 64 | 4D | 0 | 1 | E3 | 63 | 32 |
| Octal | 1 | 71 | 374 | 144 | 115 | 0 | 1 | 343 | 143 | 62 |
| Binary | 1 | 111001 | 11111100 | 1100100 | 1001101 | 0 | 1 | 11100011 | 1100011 | 110010 |
Color Harmonies of #0139FC
Complementary color
Monochromatic Colors of #0139FC
Black with #0139FC
Text Example
Text Example
White with #0139FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139FC; }
p { color: rgb(1,57,252); }
H1.HeaderClassName
{
color: #0139FC;
}
.AnyTagClassName
{
color: #0139FC;
}
</style>
background-color css
<style>
a { background-color: #0139FC; }
a { background-color: rgb(1,57,252); }
div.DivClassName
{
background-color: #0139FC;
}
.BgClassName
{
background-color: #0139FC;
}
</style>
border-color css
<style>
span { border-color: #0139FC; }
span { border-color: rgb(1,57,252); }
td.TdClassName
{
border-color: #0139FC;
}
.TagClassName
{
border-color: #0139FC;
}
</style>