Shades of Blue #0012E6
Tints of Blue #0012E6
RGB
CMYK
RGB Variations
Color information
#0012E6 (or 0x0012E6) is known color: Blue. HEX triplet: 00, 12 and E6. RGB value is (0,18,230). Sum of RGB (Red+Green+Blue) = 0+18+230=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 230 (90.23% from 255 or 92.74% from 248); Max value from RGB is 230 - color contains mainly: blue. Hex color #0012E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0012E6 is #FFED19. Grayscale: #232323. Windows color (decimal): -16772378 or 15077888. OLE color: 15077888.
HSL color Cylindrical-coordinate representation of color #0012E6: hue angle of 235.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012E6 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 18 | 230 | - |
| CMYK | 1 | 0.92 | 0 | 0.10 |
| HSL | 235.3º | 1% | 0.45% | - |
| HSV(B) | 235.3º | 1% | 0.9% | - |
| XYZ | 14.5 | 6.15 | 75.28 | - |
| YUV | 36.79 | 237.04 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 230 | 1 | 0.92 | 0 | 0.10 | 235.3 | 1 | 0.45 |
| Hex | 0 | 12 | E6 | 64 | 5C | 0 | A | EB | 64 | 2D |
| Octal | 0 | 22 | 346 | 144 | 134 | 0 | 12 | 353 | 144 | 55 |
| Binary | 0 | 10010 | 11100110 | 1100100 | 1011100 | 0 | 1010 | 11101011 | 1100100 | 101101 |
Color Harmonies of #0012E6
Complementary color
Monochromatic Colors of #0012E6
Black with #0012E6
Text Example
Text Example
White with #0012E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012E6; }
p { color: rgb(0,18,230); }
H1.HeaderClassName
{
color: #0012E6;
}
.AnyTagClassName
{
color: #0012E6;
}
</style>
background-color css
<style>
a { background-color: #0012E6; }
a { background-color: rgb(0,18,230); }
div.DivClassName
{
background-color: #0012E6;
}
.BgClassName
{
background-color: #0012E6;
}
</style>
border-color css
<style>
span { border-color: #0012E6; }
span { border-color: rgb(0,18,230); }
td.TdClassName
{
border-color: #0012E6;
}
.TagClassName
{
border-color: #0012E6;
}
</style>