Shades of Medium Blue #0014BA
Tints of Medium Blue #0014BA
RGB
CMYK
RGB Variations
Color information
#0014BA (or 0x0014BA) is known color: Medium Blue. HEX triplet: 00, 14 and BA. RGB value is (0,20,186). Sum of RGB (Red+Green+Blue) = 0+20+186=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #0014BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014BA is #FFEB45. Grayscale: #202020. Windows color (decimal): -16771910 or 12194816. OLE color: 12194816.
HSL color Cylindrical-coordinate representation of color #0014BA: hue angle of 233.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014BA is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 20 | 186 | - |
| CMYK | 1 | 0.89 | 0 | 0.27 |
| HSL | 233.55º | 1% | 0.36% | - |
| HSV(B) | 233.55º | 1% | 0.73% | - |
| XYZ | 9.11 | 4.05 | 46.75 | - |
| YUV | 32.94 | 214.37 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 186 | 1 | 0.89 | 0 | 0.27 | 233.55 | 1 | 0.36 |
| Hex | 0 | 14 | BA | 64 | 59 | 0 | 1B | EA | 64 | 24 |
| Octal | 0 | 24 | 272 | 144 | 131 | 0 | 33 | 352 | 144 | 44 |
| Binary | 0 | 10100 | 10111010 | 1100100 | 1011001 | 0 | 11011 | 11101010 | 1100100 | 100100 |
Color Harmonies of #0014BA
Complementary color
Monochromatic Colors of #0014BA
Black with #0014BA
Text Example
Text Example
White with #0014BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014BA; }
p { color: rgb(0,20,186); }
H1.HeaderClassName
{
color: #0014BA;
}
.AnyTagClassName
{
color: #0014BA;
}
</style>
background-color css
<style>
a { background-color: #0014BA; }
a { background-color: rgb(0,20,186); }
div.DivClassName
{
background-color: #0014BA;
}
.BgClassName
{
background-color: #0014BA;
}
</style>
border-color css
<style>
span { border-color: #0014BA; }
span { border-color: rgb(0,20,186); }
td.TdClassName
{
border-color: #0014BA;
}
.TagClassName
{
border-color: #0014BA;
}
</style>