Shades of Medium Blue #000ABD
Tints of Medium Blue #000ABD
RGB
CMYK
RGB Variations
Color information
#000ABD (or 0x000ABD) is known color: Medium Blue. HEX triplet: 00, 0A and BD. RGB value is (0,10,189). Sum of RGB (Red+Green+Blue) = 0+10+189=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 189 (74.22% from 255 or 94.97% from 199); Max value from RGB is 189 - color contains mainly: blue. Hex color #000ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABD is #FFF542. Grayscale: #1A1A1A. Windows color (decimal): -16774467 or 12388864. OLE color: 12388864.
HSL color Cylindrical-coordinate representation of color #000ABD: hue angle of 236.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ABD is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 10 | 189 | - |
| CMYK | 1 | 0.95 | 0 | 0.26 |
| HSL | 236.83º | 1% | 0.37% | - |
| HSV(B) | 236.83º | 1% | 0.74% | - |
| XYZ | 9.29 | 3.89 | 48.41 | - |
| YUV | 27.42 | 219.19 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 189 | 1 | 0.95 | 0 | 0.26 | 236.83 | 1 | 0.37 |
| Hex | 0 | A | BD | 64 | 5F | 0 | 1A | ED | 64 | 25 |
| Octal | 0 | 12 | 275 | 144 | 137 | 0 | 32 | 355 | 144 | 45 |
| Binary | 0 | 1010 | 10111101 | 1100100 | 1011111 | 0 | 11010 | 11101101 | 1100100 | 100101 |
Color Harmonies of #000ABD
Complementary color
Monochromatic Colors of #000ABD
Black with #000ABD
Text Example
Text Example
White with #000ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ABD; }
p { color: rgb(0,10,189); }
H1.HeaderClassName
{
color: #000ABD;
}
.AnyTagClassName
{
color: #000ABD;
}
</style>
background-color css
<style>
a { background-color: #000ABD; }
a { background-color: rgb(0,10,189); }
div.DivClassName
{
background-color: #000ABD;
}
.BgClassName
{
background-color: #000ABD;
}
</style>
border-color css
<style>
span { border-color: #000ABD; }
span { border-color: rgb(0,10,189); }
td.TdClassName
{
border-color: #000ABD;
}
.TagClassName
{
border-color: #000ABD;
}
</style>