Shades of Blue #0128FA
Tints of Blue #0128FA
RGB
CMYK
RGB Variations
Color information
#0128FA (or 0x0128FA) is known color: Blue. HEX triplet: 01, 28 and FA. RGB value is (1,40,250). Sum of RGB (Red+Green+Blue) = 1+40+250=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 250 (98.05% from 255 or 85.91% from 291); Max value from RGB is 250 - color contains mainly: blue. Hex color #0128FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0128FA is #FED705. Grayscale: #333333. Windows color (decimal): -16701190 or 16394241. OLE color: 16394241.
HSL color Cylindrical-coordinate representation of color #0128FA: hue angle of 230.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0128FA is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 40 | 250 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.02 |
| HSL | 230.6º | 0.99% | 0.49% | - |
| HSV(B) | 230.6º | 1% | 0.98% | - |
| XYZ | 18.03 | 8.43 | 91.12 | - |
| YUV | 52.28 | 239.58 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 250 | 1.00 | 0.84 | 0 | 0.02 | 230.6 | 0.99 | 0.49 |
| Hex | 1 | 28 | FA | 64 | 54 | 0 | 2 | E7 | 63 | 31 |
| Octal | 1 | 50 | 372 | 144 | 124 | 0 | 2 | 347 | 143 | 61 |
| Binary | 1 | 101000 | 11111010 | 1100100 | 1010100 | 0 | 10 | 11100111 | 1100011 | 110001 |
Color Harmonies of #0128FA
Complementary color
Monochromatic Colors of #0128FA
Black with #0128FA
Text Example
Text Example
White with #0128FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0128FA; }
p { color: rgb(1,40,250); }
H1.HeaderClassName
{
color: #0128FA;
}
.AnyTagClassName
{
color: #0128FA;
}
</style>
background-color css
<style>
a { background-color: #0128FA; }
a { background-color: rgb(1,40,250); }
div.DivClassName
{
background-color: #0128FA;
}
.BgClassName
{
background-color: #0128FA;
}
</style>
border-color css
<style>
span { border-color: #0128FA; }
span { border-color: rgb(1,40,250); }
td.TdClassName
{
border-color: #0128FA;
}
.TagClassName
{
border-color: #0128FA;
}
</style>