Shades of Medium Blue #000CB5
Tints of Medium Blue #000CB5
RGB
CMYK
RGB Variations
Color information
#000CB5 (or 0x000CB5) is known color: Medium Blue. HEX triplet: 00, 0C and B5. RGB value is (0,12,181). Sum of RGB (Red+Green+Blue) = 0+12+181=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 181 (71.09% from 255 or 93.78% from 193); Max value from RGB is 181 - color contains mainly: blue. Hex color #000CB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CB5 is #FFF34A. Grayscale: #1A1A1A. Windows color (decimal): -16773963 or 11865088. OLE color: 11865088.
HSL color Cylindrical-coordinate representation of color #000CB5: hue angle of 236.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CB5 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 12 | 181 | - |
| CMYK | 1 | 0.93 | 0 | 0.29 |
| HSL | 236.02º | 1% | 0.35% | - |
| HSV(B) | 236.02º | 1% | 0.71% | - |
| XYZ | 8.47 | 3.6 | 43.96 | - |
| YUV | 27.68 | 214.52 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 181 | 1 | 0.93 | 0 | 0.29 | 236.02 | 1 | 0.35 |
| Hex | 0 | C | B5 | 64 | 5D | 0 | 1D | EC | 64 | 23 |
| Octal | 0 | 14 | 265 | 144 | 135 | 0 | 35 | 354 | 144 | 43 |
| Binary | 0 | 1100 | 10110101 | 1100100 | 1011101 | 0 | 11101 | 11101100 | 1100100 | 100011 |
Color Harmonies of #000CB5
Complementary color
Monochromatic Colors of #000CB5
Black with #000CB5
Text Example
Text Example
White with #000CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CB5; }
p { color: rgb(0,12,181); }
H1.HeaderClassName
{
color: #000CB5;
}
.AnyTagClassName
{
color: #000CB5;
}
</style>
background-color css
<style>
a { background-color: #000CB5; }
a { background-color: rgb(0,12,181); }
div.DivClassName
{
background-color: #000CB5;
}
.BgClassName
{
background-color: #000CB5;
}
</style>
border-color css
<style>
span { border-color: #000CB5; }
span { border-color: rgb(0,12,181); }
td.TdClassName
{
border-color: #000CB5;
}
.TagClassName
{
border-color: #000CB5;
}
</style>