Shades of Blue #0012FC
Tints of Blue #0012FC
RGB
CMYK
RGB Variations
Color information
#0012FC (or 0x0012FC) is known color: Blue. HEX triplet: 00, 12 and FC. RGB value is (0,18,252). Sum of RGB (Red+Green+Blue) = 0+18+252=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 252 (98.83% from 255 or 93.33% from 270); Max value from RGB is 252 - color contains mainly: blue. Hex color #0012FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0012FC is #FFED03. Grayscale: #262626. Windows color (decimal): -16772356 or 16519680. OLE color: 16519680.
HSL color Cylindrical-coordinate representation of color #0012FC: hue angle of 235.71º 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 #0012FC is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 18 | 252 | - |
| CMYK | 1 | 0.93 | 0 | 0.01 |
| HSL | 235.71º | 1% | 0.49% | - |
| HSV(B) | 235.71º | 1% | 0.99% | - |
| XYZ | 17.79 | 7.46 | 92.6 | - |
| YUV | 39.29 | 248.04 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 252 | 1 | 0.93 | 0 | 0.01 | 235.71 | 1 | 0.49 |
| Hex | 0 | 12 | FC | 64 | 5D | 0 | 1 | EC | 64 | 31 |
| Octal | 0 | 22 | 374 | 144 | 135 | 0 | 1 | 354 | 144 | 61 |
| Binary | 0 | 10010 | 11111100 | 1100100 | 1011101 | 0 | 1 | 11101100 | 1100100 | 110001 |
Color Harmonies of #0012FC
Complementary color
Monochromatic Colors of #0012FC
Black with #0012FC
Text Example
Text Example
White with #0012FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012FC; }
p { color: rgb(0,18,252); }
H1.HeaderClassName
{
color: #0012FC;
}
.AnyTagClassName
{
color: #0012FC;
}
</style>
background-color css
<style>
a { background-color: #0012FC; }
a { background-color: rgb(0,18,252); }
div.DivClassName
{
background-color: #0012FC;
}
.BgClassName
{
background-color: #0012FC;
}
</style>
border-color css
<style>
span { border-color: #0012FC; }
span { border-color: rgb(0,18,252); }
td.TdClassName
{
border-color: #0012FC;
}
.TagClassName
{
border-color: #0012FC;
}
</style>