Shades of Medium Blue #0402BA
Tints of Medium Blue #0402BA
RGB
CMYK
RGB Variations
Color information
#0402BA (or 0x0402BA) is known color: Medium Blue. HEX triplet: 04, 02 and BA. RGB value is (4,2,186). Sum of RGB (Red+Green+Blue) = 4+2+186=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 186 (73.05% from 255 or 96.88% from 192); Max value from RGB is 186 - color contains mainly: blue. Hex color #0402BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0402BA is #FBFD45. Grayscale: #161616. Windows color (decimal): -16514374 or 12190212. OLE color: 12190212.
HSL color Cylindrical-coordinate representation of color #0402BA: hue angle of 240.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0402BA is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 2 | 186 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.27 |
| HSL | 240.65º | 0.98% | 0.37% | - |
| HSV(B) | 240.65º | 0.99% | 0.73% | - |
| XYZ | 8.93 | 3.61 | 46.68 | - |
| YUV | 23.57 | 219.66 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 186 | 0.98 | 0.99 | 0 | 0.27 | 240.65 | 0.98 | 0.37 |
| Hex | 4 | 2 | BA | 62 | 63 | 0 | 1B | F1 | 62 | 25 |
| Octal | 4 | 2 | 272 | 142 | 143 | 0 | 33 | 361 | 142 | 45 |
| Binary | 100 | 10 | 10111010 | 1100010 | 1100011 | 0 | 11011 | 11110001 | 1100010 | 100101 |
Color Harmonies of #0402BA
Complementary color
Monochromatic Colors of #0402BA
Black with #0402BA
Text Example
Text Example
White with #0402BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0402BA; }
p { color: rgb(4,2,186); }
H1.HeaderClassName
{
color: #0402BA;
}
.AnyTagClassName
{
color: #0402BA;
}
</style>
background-color css
<style>
a { background-color: #0402BA; }
a { background-color: rgb(4,2,186); }
div.DivClassName
{
background-color: #0402BA;
}
.BgClassName
{
background-color: #0402BA;
}
</style>
border-color css
<style>
span { border-color: #0402BA; }
span { border-color: rgb(4,2,186); }
td.TdClassName
{
border-color: #0402BA;
}
.TagClassName
{
border-color: #0402BA;
}
</style>