Shades of Medium Blue #0012DB
Tints of Medium Blue #0012DB
RGB
CMYK
RGB Variations
Color information
#0012DB (or 0x0012DB) is known color: Medium Blue. HEX triplet: 00, 12 and DB. RGB value is (0,18,219). Sum of RGB (Red+Green+Blue) = 0+18+219=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #0012DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012DB is #FFED24. Grayscale: #222222. Windows color (decimal): -16772389 or 14356992. OLE color: 14356992.
HSL color Cylindrical-coordinate representation of color #0012DB: hue angle of 235.07º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012DB is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 18 | 219 | - |
| CMYK | 1 | 0.92 | 0 | 0.14 |
| HSL | 235.07º | 1% | 0.43% | - |
| HSV(B) | 235.07º | 1% | 0.86% | - |
| XYZ | 13 | 5.55 | 67.4 | - |
| YUV | 35.53 | 231.54 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 219 | 1 | 0.92 | 0 | 0.14 | 235.07 | 1 | 0.43 |
| Hex | 0 | 12 | DB | 64 | 5C | 0 | E | EB | 64 | 2B |
| Octal | 0 | 22 | 333 | 144 | 134 | 0 | 16 | 353 | 144 | 53 |
| Binary | 0 | 10010 | 11011011 | 1100100 | 1011100 | 0 | 1110 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0012DB
Complementary color
Monochromatic Colors of #0012DB
Black with #0012DB
Text Example
Text Example
White with #0012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012DB; }
p { color: rgb(0,18,219); }
H1.HeaderClassName
{
color: #0012DB;
}
.AnyTagClassName
{
color: #0012DB;
}
</style>
background-color css
<style>
a { background-color: #0012DB; }
a { background-color: rgb(0,18,219); }
div.DivClassName
{
background-color: #0012DB;
}
.BgClassName
{
background-color: #0012DB;
}
</style>
border-color css
<style>
span { border-color: #0012DB; }
span { border-color: rgb(0,18,219); }
td.TdClassName
{
border-color: #0012DB;
}
.TagClassName
{
border-color: #0012DB;
}
</style>