Shades of Medium Blue #0012CE
Tints of Medium Blue #0012CE
RGB
CMYK
RGB Variations
Color information
#0012CE (or 0x0012CE) is known color: Medium Blue. HEX triplet: 00, 12 and CE. RGB value is (0,18,206). Sum of RGB (Red+Green+Blue) = 0+18+206=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 206 (80.86% from 255 or 91.96% from 224); Max value from RGB is 206 - color contains mainly: blue. Hex color #0012CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012CE is #FFED31. Grayscale: #212121. Windows color (decimal): -16772402 or 13505024. OLE color: 13505024.
HSL color Cylindrical-coordinate representation of color #0012CE: hue angle of 234.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012CE is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 18 | 206 | - |
| CMYK | 1 | 0.91 | 0 | 0.19 |
| HSL | 234.76º | 1% | 0.4% | - |
| HSV(B) | 234.76º | 1% | 0.81% | - |
| XYZ | 11.36 | 4.89 | 58.74 | - |
| YUV | 34.05 | 225.04 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 206 | 1 | 0.91 | 0 | 0.19 | 234.76 | 1 | 0.4 |
| Hex | 0 | 12 | CE | 64 | 5B | 0 | 13 | EB | 64 | 28 |
| Octal | 0 | 22 | 316 | 144 | 133 | 0 | 23 | 353 | 144 | 50 |
| Binary | 0 | 10010 | 11001110 | 1100100 | 1011011 | 0 | 10011 | 11101011 | 1100100 | 101000 |
Color Harmonies of #0012CE
Complementary color
Monochromatic Colors of #0012CE
Black with #0012CE
Text Example
Text Example
White with #0012CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012CE; }
p { color: rgb(0,18,206); }
H1.HeaderClassName
{
color: #0012CE;
}
.AnyTagClassName
{
color: #0012CE;
}
</style>
background-color css
<style>
a { background-color: #0012CE; }
a { background-color: rgb(0,18,206); }
div.DivClassName
{
background-color: #0012CE;
}
.BgClassName
{
background-color: #0012CE;
}
</style>
border-color css
<style>
span { border-color: #0012CE; }
span { border-color: rgb(0,18,206); }
td.TdClassName
{
border-color: #0012CE;
}
.TagClassName
{
border-color: #0012CE;
}
</style>