Shades of New Midnight Blue #000CB2
Tints of New Midnight Blue #000CB2
RGB
CMYK
RGB Variations
Color information
#000CB2 (or 0x000CB2) is known color: New Midnight Blue. HEX triplet: 00, 0C and B2. RGB value is (0,12,178). Sum of RGB (Red+Green+Blue) = 0+12+178=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 178 (69.92% from 255 or 93.68% from 190); Max value from RGB is 178 - color contains mainly: blue. Hex color #000CB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CB2 is #FFF34D. Grayscale: #1A1A1A. Windows color (decimal): -16773966 or 11668480. OLE color: 11668480.
HSL color Cylindrical-coordinate representation of color #000CB2: hue angle of 235.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CB2 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 12 | 178 | - |
| CMYK | 1 | 0.93 | 0 | 0.30 |
| HSL | 235.96º | 1% | 0.35% | - |
| HSV(B) | 235.96º | 1% | 0.7% | - |
| XYZ | 8.17 | 3.48 | 42.36 | - |
| YUV | 27.34 | 213.02 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 178 | 1 | 0.93 | 0 | 0.30 | 235.96 | 1 | 0.35 |
| Hex | 0 | C | B2 | 64 | 5D | 0 | 1E | EC | 64 | 23 |
| Octal | 0 | 14 | 262 | 144 | 135 | 0 | 36 | 354 | 144 | 43 |
| Binary | 0 | 1100 | 10110010 | 1100100 | 1011101 | 0 | 11110 | 11101100 | 1100100 | 100011 |
Color Harmonies of #000CB2
Complementary color
Monochromatic Colors of #000CB2
Black with #000CB2
Text Example
Text Example
White with #000CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CB2; }
p { color: rgb(0,12,178); }
H1.HeaderClassName
{
color: #000CB2;
}
.AnyTagClassName
{
color: #000CB2;
}
</style>
background-color css
<style>
a { background-color: #000CB2; }
a { background-color: rgb(0,12,178); }
div.DivClassName
{
background-color: #000CB2;
}
.BgClassName
{
background-color: #000CB2;
}
</style>
border-color css
<style>
span { border-color: #000CB2; }
span { border-color: rgb(0,12,178); }
td.TdClassName
{
border-color: #000CB2;
}
.TagClassName
{
border-color: #000CB2;
}
</style>