Shades of New Midnight Blue #000CA4
Tints of New Midnight Blue #000CA4
RGB
CMYK
RGB Variations
Color information
#000CA4 (or 0x000CA4) is known color: New Midnight Blue. HEX triplet: 00, 0C and A4. RGB value is (0,12,164). Sum of RGB (Red+Green+Blue) = 0+12+164=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 164 (64.45% from 255 or 93.18% from 176); Max value from RGB is 164 - color contains mainly: blue. Hex color #000CA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CA4 is #FFF35B. Grayscale: #191919. Windows color (decimal): -16773980 or 10750976. OLE color: 10750976.
HSL color Cylindrical-coordinate representation of color #000CA4: hue angle of 235.61º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CA4 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 12 | 164 | - |
| CMYK | 1 | 0.93 | 0 | 0.36 |
| HSL | 235.61º | 1% | 0.32% | - |
| HSV(B) | 235.61º | 1% | 0.64% | - |
| XYZ | 6.83 | 2.94 | 35.33 | - |
| YUV | 25.74 | 206.02 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 164 | 1 | 0.93 | 0 | 0.36 | 235.61 | 1 | 0.32 |
| Hex | 0 | C | A4 | 64 | 5D | 0 | 24 | EC | 64 | 20 |
| Octal | 0 | 14 | 244 | 144 | 135 | 0 | 44 | 354 | 144 | 40 |
| Binary | 0 | 1100 | 10100100 | 1100100 | 1011101 | 0 | 100100 | 11101100 | 1100100 | 100000 |
Color Harmonies of #000CA4
Complementary color
Monochromatic Colors of #000CA4
Black with #000CA4
Text Example
Text Example
White with #000CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CA4; }
p { color: rgb(0,12,164); }
H1.HeaderClassName
{
color: #000CA4;
}
.AnyTagClassName
{
color: #000CA4;
}
</style>
background-color css
<style>
a { background-color: #000CA4; }
a { background-color: rgb(0,12,164); }
div.DivClassName
{
background-color: #000CA4;
}
.BgClassName
{
background-color: #000CA4;
}
</style>
border-color css
<style>
span { border-color: #000CA4; }
span { border-color: rgb(0,12,164); }
td.TdClassName
{
border-color: #000CA4;
}
.TagClassName
{
border-color: #000CA4;
}
</style>