Shades of Medium Blue #0012BB
Tints of Medium Blue #0012BB
RGB
CMYK
RGB Variations
Color information
#0012BB (or 0x0012BB) is known color: Medium Blue. HEX triplet: 00, 12 and BB. RGB value is (0,18,187). Sum of RGB (Red+Green+Blue) = 0+18+187=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #0012BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012BB is #FFED44. Grayscale: #1F1F1F. Windows color (decimal): -16772421 or 12259840. OLE color: 12259840.
HSL color Cylindrical-coordinate representation of color #0012BB: hue angle of 234.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0012BB is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 18 | 187 | - |
| CMYK | 1 | 0.90 | 0 | 0.27 |
| HSL | 234.22º | 1% | 0.37% | - |
| HSV(B) | 234.22º | 1% | 0.73% | - |
| XYZ | 9.19 | 4.02 | 47.31 | - |
| YUV | 31.88 | 215.54 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 187 | 1 | 0.90 | 0 | 0.27 | 234.22 | 1 | 0.37 |
| Hex | 0 | 12 | BB | 64 | 5A | 0 | 1B | EA | 64 | 25 |
| Octal | 0 | 22 | 273 | 144 | 132 | 0 | 33 | 352 | 144 | 45 |
| Binary | 0 | 10010 | 10111011 | 1100100 | 1011010 | 0 | 11011 | 11101010 | 1100100 | 100101 |
Color Harmonies of #0012BB
Complementary color
Monochromatic Colors of #0012BB
Black with #0012BB
Text Example
Text Example
White with #0012BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012BB; }
p { color: rgb(0,18,187); }
H1.HeaderClassName
{
color: #0012BB;
}
.AnyTagClassName
{
color: #0012BB;
}
</style>
background-color css
<style>
a { background-color: #0012BB; }
a { background-color: rgb(0,18,187); }
div.DivClassName
{
background-color: #0012BB;
}
.BgClassName
{
background-color: #0012BB;
}
</style>
border-color css
<style>
span { border-color: #0012BB; }
span { border-color: rgb(0,18,187); }
td.TdClassName
{
border-color: #0012BB;
}
.TagClassName
{
border-color: #0012BB;
}
</style>