Shades of Medium Blue #000AB7
Tints of Medium Blue #000AB7
RGB
CMYK
RGB Variations
Color information
#000AB7 (or 0x000AB7) is known color: Medium Blue. HEX triplet: 00, 0A and B7. RGB value is (0,10,183). Sum of RGB (Red+Green+Blue) = 0+10+183=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 183 (71.88% from 255 or 94.82% from 193); Max value from RGB is 183 - color contains mainly: blue. Hex color #000AB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AB7 is #FFF548. Grayscale: #1A1A1A. Windows color (decimal): -16774473 or 11995648. OLE color: 11995648.
HSL color Cylindrical-coordinate representation of color #000AB7: hue angle of 236.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AB7 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 10 | 183 | - |
| CMYK | 1 | 0.95 | 0 | 0.28 |
| HSL | 236.72º | 1% | 0.36% | - |
| HSV(B) | 236.72º | 1% | 0.72% | - |
| XYZ | 8.66 | 3.64 | 45.05 | - |
| YUV | 26.73 | 216.19 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 183 | 1 | 0.95 | 0 | 0.28 | 236.72 | 1 | 0.36 |
| Hex | 0 | A | B7 | 64 | 5F | 0 | 1C | ED | 64 | 24 |
| Octal | 0 | 12 | 267 | 144 | 137 | 0 | 34 | 355 | 144 | 44 |
| Binary | 0 | 1010 | 10110111 | 1100100 | 1011111 | 0 | 11100 | 11101101 | 1100100 | 100100 |
Color Harmonies of #000AB7
Complementary color
Monochromatic Colors of #000AB7
Black with #000AB7
Text Example
Text Example
White with #000AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AB7; }
p { color: rgb(0,10,183); }
H1.HeaderClassName
{
color: #000AB7;
}
.AnyTagClassName
{
color: #000AB7;
}
</style>
background-color css
<style>
a { background-color: #000AB7; }
a { background-color: rgb(0,10,183); }
div.DivClassName
{
background-color: #000AB7;
}
.BgClassName
{
background-color: #000AB7;
}
</style>
border-color css
<style>
span { border-color: #000AB7; }
span { border-color: rgb(0,10,183); }
td.TdClassName
{
border-color: #000AB7;
}
.TagClassName
{
border-color: #000AB7;
}
</style>