Shades of Blue #0126FF
Tints of Blue #0126FF
RGB
CMYK
RGB Variations
Color information
#0126FF (or 0x0126FF) is known color: Blue. HEX triplet: 01, 26 and FF. RGB value is (1,38,255). Sum of RGB (Red+Green+Blue) = 1+38+255=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #0126FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0126FF is #FED900. Grayscale: #323232. Windows color (decimal): -16701697 or 16721409. OLE color: 16721409.
HSL color Cylindrical-coordinate representation of color #0126FF: hue angle of 231.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0126FF is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 38 | 255 | - |
| CMYK | 1.00 | 0.85 | 0 | 0 |
| HSL | 231.26º | 1% | 0.5% | - |
| HSV(B) | 231.26º | 1% | 1% | - |
| XYZ | 18.76 | 8.61 | 95.28 | - |
| YUV | 51.68 | 242.74 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 255 | 1.00 | 0.85 | 0 | 0 | 231.26 | 1 | 0.5 |
| Hex | 1 | 26 | FF | 64 | 55 | 0 | 0 | E7 | 64 | 32 |
| Octal | 1 | 46 | 377 | 144 | 125 | 0 | 0 | 347 | 144 | 62 |
| Binary | 1 | 100110 | 11111111 | 1100100 | 1010101 | 0 | 0 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0126FF
Complementary color
Monochromatic Colors of #0126FF
Black with #0126FF
Text Example
Text Example
White with #0126FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0126FF; }
p { color: rgb(1,38,255); }
H1.HeaderClassName
{
color: #0126FF;
}
.AnyTagClassName
{
color: #0126FF;
}
</style>
background-color css
<style>
a { background-color: #0126FF; }
a { background-color: rgb(1,38,255); }
div.DivClassName
{
background-color: #0126FF;
}
.BgClassName
{
background-color: #0126FF;
}
</style>
border-color css
<style>
span { border-color: #0126FF; }
span { border-color: rgb(1,38,255); }
td.TdClassName
{
border-color: #0126FF;
}
.TagClassName
{
border-color: #0126FF;
}
</style>