Shades of Medium Blue #0008BA
Tints of Medium Blue #0008BA
RGB
CMYK
RGB Variations
Color information
#0008BA (or 0x0008BA) is known color: Medium Blue. HEX triplet: 00, 08 and BA. RGB value is (0,8,186). Sum of RGB (Red+Green+Blue) = 0+8+186=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 186 (73.05% from 255 or 95.88% from 194); Max value from RGB is 186 - color contains mainly: blue. Hex color #0008BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008BA is #FFF745. Grayscale: #191919. Windows color (decimal): -16774982 or 12191744. OLE color: 12191744.
HSL color Cylindrical-coordinate representation of color #0008BA: hue angle of 237.42º 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 #0008BA is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 8 | 186 | - |
| CMYK | 1 | 0.96 | 0 | 0.27 |
| HSL | 237.42º | 1% | 0.36% | - |
| HSV(B) | 237.42º | 1% | 0.73% | - |
| XYZ | 8.95 | 3.72 | 46.7 | - |
| YUV | 25.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 186 | 1 | 0.96 | 0 | 0.27 | 237.42 | 1 | 0.36 |
| Hex | 0 | 8 | BA | 64 | 60 | 0 | 1B | ED | 64 | 24 |
| Octal | 0 | 10 | 272 | 144 | 140 | 0 | 33 | 355 | 144 | 44 |
| Binary | 0 | 1000 | 10111010 | 1100100 | 1100000 | 0 | 11011 | 11101101 | 1100100 | 100100 |
Color Harmonies of #0008BA
Complementary color
Monochromatic Colors of #0008BA
Black with #0008BA
Text Example
Text Example
White with #0008BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0008BA; }
p { color: rgb(0,8,186); }
H1.HeaderClassName
{
color: #0008BA;
}
.AnyTagClassName
{
color: #0008BA;
}
</style>
background-color css
<style>
a { background-color: #0008BA; }
a { background-color: rgb(0,8,186); }
div.DivClassName
{
background-color: #0008BA;
}
.BgClassName
{
background-color: #0008BA;
}
</style>
border-color css
<style>
span { border-color: #0008BA; }
span { border-color: rgb(0,8,186); }
td.TdClassName
{
border-color: #0008BA;
}
.TagClassName
{
border-color: #0008BA;
}
</style>