Shades of Medium Blue #0012DD
Tints of Medium Blue #0012DD
RGB
CMYK
RGB Variations
Color information
#0012DD (or 0x0012DD) is known color: Medium Blue. HEX triplet: 00, 12 and DD. RGB value is (0,18,221). Sum of RGB (Red+Green+Blue) = 0+18+221=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #0012DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012DD is #FFED22. Grayscale: #222222. Windows color (decimal): -16772387 or 14488064. OLE color: 14488064.
HSL color Cylindrical-coordinate representation of color #0012DD: hue angle of 235.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012DD is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 18 | 221 | - |
| CMYK | 1 | 0.92 | 0 | 0.13 |
| HSL | 235.11º | 1% | 0.43% | - |
| HSV(B) | 235.11º | 1% | 0.87% | - |
| XYZ | 13.27 | 5.65 | 68.8 | - |
| YUV | 35.76 | 232.54 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 221 | 1 | 0.92 | 0 | 0.13 | 235.11 | 1 | 0.43 |
| Hex | 0 | 12 | DD | 64 | 5C | 0 | D | EB | 64 | 2B |
| Octal | 0 | 22 | 335 | 144 | 134 | 0 | 15 | 353 | 144 | 53 |
| Binary | 0 | 10010 | 11011101 | 1100100 | 1011100 | 0 | 1101 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0012DD
Complementary color
Monochromatic Colors of #0012DD
Black with #0012DD
Text Example
Text Example
White with #0012DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012DD; }
p { color: rgb(0,18,221); }
H1.HeaderClassName
{
color: #0012DD;
}
.AnyTagClassName
{
color: #0012DD;
}
</style>
background-color css
<style>
a { background-color: #0012DD; }
a { background-color: rgb(0,18,221); }
div.DivClassName
{
background-color: #0012DD;
}
.BgClassName
{
background-color: #0012DD;
}
</style>
border-color css
<style>
span { border-color: #0012DD; }
span { border-color: rgb(0,18,221); }
td.TdClassName
{
border-color: #0012DD;
}
.TagClassName
{
border-color: #0012DD;
}
</style>