Shades of Medium Blue #000AB6
Tints of Medium Blue #000AB6
RGB
CMYK
RGB Variations
Color information
#000AB6 (or 0x000AB6) is known color: Medium Blue. HEX triplet: 00, 0A and B6. RGB value is (0,10,182). Sum of RGB (Red+Green+Blue) = 0+10+182=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 182 (71.48% from 255 or 94.79% from 192); Max value from RGB is 182 - color contains mainly: blue. Hex color #000AB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AB6 is #FFF549. Grayscale: #191919. Windows color (decimal): -16774474 or 11930112. OLE color: 11930112.
HSL color Cylindrical-coordinate representation of color #000AB6: hue angle of 236.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AB6 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 10 | 182 | - |
| CMYK | 1 | 0.95 | 0 | 0.29 |
| HSL | 236.7º | 1% | 0.36% | - |
| HSV(B) | 236.7º | 1% | 0.71% | - |
| XYZ | 8.55 | 3.59 | 44.5 | - |
| YUV | 26.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 182 | 1 | 0.95 | 0 | 0.29 | 236.7 | 1 | 0.36 |
| Hex | 0 | A | B6 | 64 | 5F | 0 | 1D | ED | 64 | 24 |
| Octal | 0 | 12 | 266 | 144 | 137 | 0 | 35 | 355 | 144 | 44 |
| Binary | 0 | 1010 | 10110110 | 1100100 | 1011111 | 0 | 11101 | 11101101 | 1100100 | 100100 |
Color Harmonies of #000AB6
Complementary color
Monochromatic Colors of #000AB6
Black with #000AB6
Text Example
Text Example
White with #000AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AB6; }
p { color: rgb(0,10,182); }
H1.HeaderClassName
{
color: #000AB6;
}
.AnyTagClassName
{
color: #000AB6;
}
</style>
background-color css
<style>
a { background-color: #000AB6; }
a { background-color: rgb(0,10,182); }
div.DivClassName
{
background-color: #000AB6;
}
.BgClassName
{
background-color: #000AB6;
}
</style>
border-color css
<style>
span { border-color: #000AB6; }
span { border-color: rgb(0,10,182); }
td.TdClassName
{
border-color: #000AB6;
}
.TagClassName
{
border-color: #000AB6;
}
</style>