Shades of Blue #0016FA
Tints of Blue #0016FA
RGB
CMYK
RGB Variations
Color information
#0016FA (or 0x0016FA) is known color: Blue. HEX triplet: 00, 16 and FA. RGB value is (0,22,250). Sum of RGB (Red+Green+Blue) = 0+22+250=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 250 (98.05% from 255 or 91.91% from 272); Max value from RGB is 250 - color contains mainly: blue. Hex color #0016FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0016FA is #FFE905. Grayscale: #282828. Windows color (decimal): -16771334 or 16389632. OLE color: 16389632.
HSL color Cylindrical-coordinate representation of color #0016FA: hue angle of 234.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016FA is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 22 | 250 | - |
| CMYK | 1 | 0.91 | 0 | 0.02 |
| HSL | 234.72º | 1% | 0.49% | - |
| HSV(B) | 234.72º | 1% | 0.98% | - |
| XYZ | 17.54 | 7.48 | 90.96 | - |
| YUV | 41.41 | 245.71 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 250 | 1 | 0.91 | 0 | 0.02 | 234.72 | 1 | 0.49 |
| Hex | 0 | 16 | FA | 64 | 5B | 0 | 2 | EB | 64 | 31 |
| Octal | 0 | 26 | 372 | 144 | 133 | 0 | 2 | 353 | 144 | 61 |
| Binary | 0 | 10110 | 11111010 | 1100100 | 1011011 | 0 | 10 | 11101011 | 1100100 | 110001 |
Color Harmonies of #0016FA
Complementary color
Monochromatic Colors of #0016FA
Black with #0016FA
Text Example
Text Example
White with #0016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016FA; }
p { color: rgb(0,22,250); }
H1.HeaderClassName
{
color: #0016FA;
}
.AnyTagClassName
{
color: #0016FA;
}
</style>
background-color css
<style>
a { background-color: #0016FA; }
a { background-color: rgb(0,22,250); }
div.DivClassName
{
background-color: #0016FA;
}
.BgClassName
{
background-color: #0016FA;
}
</style>
border-color css
<style>
span { border-color: #0016FA; }
span { border-color: rgb(0,22,250); }
td.TdClassName
{
border-color: #0016FA;
}
.TagClassName
{
border-color: #0016FA;
}
</style>