Shades of Blue #0126FC
Tints of Blue #0126FC
RGB
CMYK
RGB Variations
Color information
#0126FC (or 0x0126FC) is known color: Blue. HEX triplet: 01, 26 and FC. RGB value is (1,38,252). Sum of RGB (Red+Green+Blue) = 1+38+252=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 252 (98.83% from 255 or 86.60% from 291); Max value from RGB is 252 - color contains mainly: blue. Hex color #0126FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0126FC is #FED903. Grayscale: #323232. Windows color (decimal): -16701700 or 16524801. OLE color: 16524801.
HSL color Cylindrical-coordinate representation of color #0126FC: hue angle of 231.16º 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 #0126FC is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 38 | 252 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.01 |
| HSL | 231.16º | 0.99% | 0.5% | - |
| HSV(B) | 231.16º | 1% | 0.99% | - |
| XYZ | 18.28 | 8.42 | 92.76 | - |
| YUV | 51.33 | 241.24 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 252 | 1.00 | 0.85 | 0 | 0.01 | 231.16 | 0.99 | 0.5 |
| Hex | 1 | 26 | FC | 64 | 55 | 0 | 1 | E7 | 63 | 32 |
| Octal | 1 | 46 | 374 | 144 | 125 | 0 | 1 | 347 | 143 | 62 |
| Binary | 1 | 100110 | 11111100 | 1100100 | 1010101 | 0 | 1 | 11100111 | 1100011 | 110010 |
Color Harmonies of #0126FC
Complementary color
Monochromatic Colors of #0126FC
Black with #0126FC
Text Example
Text Example
White with #0126FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0126FC; }
p { color: rgb(1,38,252); }
H1.HeaderClassName
{
color: #0126FC;
}
.AnyTagClassName
{
color: #0126FC;
}
</style>
background-color css
<style>
a { background-color: #0126FC; }
a { background-color: rgb(1,38,252); }
div.DivClassName
{
background-color: #0126FC;
}
.BgClassName
{
background-color: #0126FC;
}
</style>
border-color css
<style>
span { border-color: #0126FC; }
span { border-color: rgb(1,38,252); }
td.TdClassName
{
border-color: #0126FC;
}
.TagClassName
{
border-color: #0126FC;
}
</style>