Shades of Blue #0019FC
Tints of Blue #0019FC
RGB
CMYK
RGB Variations
Color information
#0019FC (or 0x0019FC) is known color: Blue. HEX triplet: 00, 19 and FC. RGB value is (0,25,252). Sum of RGB (Red+Green+Blue) = 0+25+252=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 252 (98.83% from 255 or 90.97% from 277); Max value from RGB is 252 - color contains mainly: blue. Hex color #0019FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0019FC is #FFE603. Grayscale: #2A2A2A. Windows color (decimal): -16770564 or 16521472. OLE color: 16521472.
HSL color Cylindrical-coordinate representation of color #0019FC: hue angle of 234.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019FC is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 25 | 252 | - |
| CMYK | 1 | 0.90 | 0 | 0.01 |
| HSL | 234.05º | 1% | 0.49% | - |
| HSV(B) | 234.05º | 1% | 0.99% | - |
| XYZ | 17.92 | 7.72 | 92.64 | - |
| YUV | 43.4 | 245.72 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 252 | 1 | 0.90 | 0 | 0.01 | 234.05 | 1 | 0.49 |
| Hex | 0 | 19 | FC | 64 | 5A | 0 | 1 | EA | 64 | 31 |
| Octal | 0 | 31 | 374 | 144 | 132 | 0 | 1 | 352 | 144 | 61 |
| Binary | 0 | 11001 | 11111100 | 1100100 | 1011010 | 0 | 1 | 11101010 | 1100100 | 110001 |
Color Harmonies of #0019FC
Complementary color
Monochromatic Colors of #0019FC
Black with #0019FC
Text Example
Text Example
White with #0019FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019FC; }
p { color: rgb(0,25,252); }
H1.HeaderClassName
{
color: #0019FC;
}
.AnyTagClassName
{
color: #0019FC;
}
</style>
background-color css
<style>
a { background-color: #0019FC; }
a { background-color: rgb(0,25,252); }
div.DivClassName
{
background-color: #0019FC;
}
.BgClassName
{
background-color: #0019FC;
}
</style>
border-color css
<style>
span { border-color: #0019FC; }
span { border-color: rgb(0,25,252); }
td.TdClassName
{
border-color: #0019FC;
}
.TagClassName
{
border-color: #0019FC;
}
</style>