Shades of Blue #0016FE
Tints of Blue #0016FE
RGB
CMYK
RGB Variations
Color information
#0016FE (or 0x0016FE) is known color: Blue. HEX triplet: 00, 16 and FE. RGB value is (0,22,254). Sum of RGB (Red+Green+Blue) = 0+22+254=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 254 (99.61% from 255 or 92.03% from 276); Max value from RGB is 254 - color contains mainly: blue. Hex color #0016FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0016FE is #FFE901. Grayscale: #282828. Windows color (decimal): -16771330 or 16651776. OLE color: 16651776.
HSL color Cylindrical-coordinate representation of color #0016FE: hue angle of 234.8º 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 #0016FE is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 22 | 254 | - |
| CMYK | 1 | 0.91 | 0 | 0.00 |
| HSL | 234.8º | 1% | 0.5% | - |
| HSV(B) | 234.8º | 1% | 1% | - |
| XYZ | 18.18 | 7.73 | 94.3 | - |
| YUV | 41.87 | 247.71 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 254 | 1 | 0.91 | 0 | 0.00 | 234.8 | 1 | 0.5 |
| Hex | 0 | 16 | FE | 64 | 5B | 0 | 0 | EB | 64 | 32 |
| Octal | 0 | 26 | 376 | 144 | 133 | 0 | 0 | 353 | 144 | 62 |
| Binary | 0 | 10110 | 11111110 | 1100100 | 1011011 | 0 | 0 | 11101011 | 1100100 | 110010 |
Color Harmonies of #0016FE
Complementary color
Monochromatic Colors of #0016FE
Black with #0016FE
Text Example
Text Example
White with #0016FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016FE; }
p { color: rgb(0,22,254); }
H1.HeaderClassName
{
color: #0016FE;
}
.AnyTagClassName
{
color: #0016FE;
}
</style>
background-color css
<style>
a { background-color: #0016FE; }
a { background-color: rgb(0,22,254); }
div.DivClassName
{
background-color: #0016FE;
}
.BgClassName
{
background-color: #0016FE;
}
</style>
border-color css
<style>
span { border-color: #0016FE; }
span { border-color: rgb(0,22,254); }
td.TdClassName
{
border-color: #0016FE;
}
.TagClassName
{
border-color: #0016FE;
}
</style>