Shades of Medium Blue #000CB7
Tints of Medium Blue #000CB7
RGB
CMYK
RGB Variations
Color information
#000CB7 (or 0x000CB7) is known color: Medium Blue. HEX triplet: 00, 0C and B7. RGB value is (0,12,183). Sum of RGB (Red+Green+Blue) = 0+12+183=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 183 (71.88% from 255 or 93.85% from 195); Max value from RGB is 183 - color contains mainly: blue. Hex color #000CB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CB7 is #FFF348. Grayscale: #1B1B1B. Windows color (decimal): -16773961 or 11996160. OLE color: 11996160.
HSL color Cylindrical-coordinate representation of color #000CB7: hue angle of 236.07º 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 #000CB7 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 12 | 183 | - |
| CMYK | 1 | 0.93 | 0 | 0.28 |
| HSL | 236.07º | 1% | 0.36% | - |
| HSV(B) | 236.07º | 1% | 0.72% | - |
| XYZ | 8.68 | 3.68 | 45.05 | - |
| YUV | 27.91 | 215.52 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 183 | 1 | 0.93 | 0 | 0.28 | 236.07 | 1 | 0.36 |
| Hex | 0 | C | B7 | 64 | 5D | 0 | 1C | EC | 64 | 24 |
| Octal | 0 | 14 | 267 | 144 | 135 | 0 | 34 | 354 | 144 | 44 |
| Binary | 0 | 1100 | 10110111 | 1100100 | 1011101 | 0 | 11100 | 11101100 | 1100100 | 100100 |
Color Harmonies of #000CB7
Complementary color
Monochromatic Colors of #000CB7
Black with #000CB7
Text Example
Text Example
White with #000CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CB7; }
p { color: rgb(0,12,183); }
H1.HeaderClassName
{
color: #000CB7;
}
.AnyTagClassName
{
color: #000CB7;
}
</style>
background-color css
<style>
a { background-color: #000CB7; }
a { background-color: rgb(0,12,183); }
div.DivClassName
{
background-color: #000CB7;
}
.BgClassName
{
background-color: #000CB7;
}
</style>
border-color css
<style>
span { border-color: #000CB7; }
span { border-color: rgb(0,12,183); }
td.TdClassName
{
border-color: #000CB7;
}
.TagClassName
{
border-color: #000CB7;
}
</style>