Shades of Medium Blue #000ABF
Tints of Medium Blue #000ABF
RGB
CMYK
RGB Variations
Color information
#000ABF (or 0x000ABF) is known color: Medium Blue. HEX triplet: 00, 0A and BF. RGB value is (0,10,191). Sum of RGB (Red+Green+Blue) = 0+10+191=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 191 (75% from 255 or 95.02% from 201); Max value from RGB is 191 - color contains mainly: blue. Hex color #000ABF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABF is #FFF540. Grayscale: #1A1A1A. Windows color (decimal): -16774465 or 12519936. OLE color: 12519936.
HSL color Cylindrical-coordinate representation of color #000ABF: hue angle of 236.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ABF is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 10 | 191 | - |
| CMYK | 1 | 0.95 | 0 | 0.25 |
| HSL | 236.86º | 1% | 0.37% | - |
| HSV(B) | 236.86º | 1% | 0.75% | - |
| XYZ | 9.51 | 3.98 | 49.56 | - |
| YUV | 27.64 | 220.19 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 191 | 1 | 0.95 | 0 | 0.25 | 236.86 | 1 | 0.37 |
| Hex | 0 | A | BF | 64 | 5F | 0 | 19 | ED | 64 | 25 |
| Octal | 0 | 12 | 277 | 144 | 137 | 0 | 31 | 355 | 144 | 45 |
| Binary | 0 | 1010 | 10111111 | 1100100 | 1011111 | 0 | 11001 | 11101101 | 1100100 | 100101 |
Color Harmonies of #000ABF
Complementary color
Monochromatic Colors of #000ABF
Black with #000ABF
Text Example
Text Example
White with #000ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ABF; }
p { color: rgb(0,10,191); }
H1.HeaderClassName
{
color: #000ABF;
}
.AnyTagClassName
{
color: #000ABF;
}
</style>
background-color css
<style>
a { background-color: #000ABF; }
a { background-color: rgb(0,10,191); }
div.DivClassName
{
background-color: #000ABF;
}
.BgClassName
{
background-color: #000ABF;
}
</style>
border-color css
<style>
span { border-color: #000ABF; }
span { border-color: rgb(0,10,191); }
td.TdClassName
{
border-color: #000ABF;
}
.TagClassName
{
border-color: #000ABF;
}
</style>