Shades of Medium Blue #0004BA
Tints of Medium Blue #0004BA
RGB
CMYK
RGB Variations
Color information
#0004BA (or 0x0004BA) is known color: Medium Blue. HEX triplet: 00, 04 and BA. RGB value is (0,4,186). Sum of RGB (Red+Green+Blue) = 0+4+186=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 186 (73.05% from 255 or 97.89% from 190); Max value from RGB is 186 - color contains mainly: blue. Hex color #0004BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0004BA is #FFFB45. Grayscale: #161616. Windows color (decimal): -16776006 or 12190720. OLE color: 12190720.
HSL color Cylindrical-coordinate representation of color #0004BA: hue angle of 238.71º 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 #0004BA is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 4 | 186 | - |
| CMYK | 1 | 0.98 | 0 | 0.27 |
| HSL | 238.71º | 1% | 0.36% | - |
| HSV(B) | 238.71º | 1% | 0.73% | - |
| XYZ | 8.91 | 3.63 | 46.69 | - |
| YUV | 23.55 | 219.67 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 186 | 1 | 0.98 | 0 | 0.27 | 238.71 | 1 | 0.36 |
| Hex | 0 | 4 | BA | 64 | 62 | 0 | 1B | EF | 64 | 24 |
| Octal | 0 | 4 | 272 | 144 | 142 | 0 | 33 | 357 | 144 | 44 |
| Binary | 0 | 100 | 10111010 | 1100100 | 1100010 | 0 | 11011 | 11101111 | 1100100 | 100100 |
Color Harmonies of #0004BA
Complementary color
Monochromatic Colors of #0004BA
Black with #0004BA
Text Example
Text Example
White with #0004BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0004BA; }
p { color: rgb(0,4,186); }
H1.HeaderClassName
{
color: #0004BA;
}
.AnyTagClassName
{
color: #0004BA;
}
</style>
background-color css
<style>
a { background-color: #0004BA; }
a { background-color: rgb(0,4,186); }
div.DivClassName
{
background-color: #0004BA;
}
.BgClassName
{
background-color: #0004BA;
}
</style>
border-color css
<style>
span { border-color: #0004BA; }
span { border-color: rgb(0,4,186); }
td.TdClassName
{
border-color: #0004BA;
}
.TagClassName
{
border-color: #0004BA;
}
</style>