Shades of New Midnight Blue #000CA2
Tints of New Midnight Blue #000CA2
RGB
CMYK
RGB Variations
Color information
#000CA2 (or 0x000CA2) is known color: New Midnight Blue. HEX triplet: 00, 0C and A2. RGB value is (0,12,162). Sum of RGB (Red+Green+Blue) = 0+12+162=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 162 (63.67% from 255 or 93.10% from 174); Max value from RGB is 162 - color contains mainly: blue. Hex color #000CA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000CA2 is #FFF35D. Grayscale: #181818. Windows color (decimal): -16773982 or 10619904. OLE color: 10619904.
HSL color Cylindrical-coordinate representation of color #000CA2: hue angle of 235.56º 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 #000CA2 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 12 | 162 | - |
| CMYK | 1 | 0.93 | 0 | 0.36 |
| HSL | 235.56º | 1% | 0.32% | - |
| HSV(B) | 235.56º | 1% | 0.64% | - |
| XYZ | 6.65 | 2.87 | 34.39 | - |
| YUV | 25.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 162 | 1 | 0.93 | 0 | 0.36 | 235.56 | 1 | 0.32 |
| Hex | 0 | C | A2 | 64 | 5D | 0 | 24 | EC | 64 | 20 |
| Octal | 0 | 14 | 242 | 144 | 135 | 0 | 44 | 354 | 144 | 40 |
| Binary | 0 | 1100 | 10100010 | 1100100 | 1011101 | 0 | 100100 | 11101100 | 1100100 | 100000 |
Color Harmonies of #000CA2
Complementary color
Monochromatic Colors of #000CA2
Black with #000CA2
Text Example
Text Example
White with #000CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CA2; }
p { color: rgb(0,12,162); }
H1.HeaderClassName
{
color: #000CA2;
}
.AnyTagClassName
{
color: #000CA2;
}
</style>
background-color css
<style>
a { background-color: #000CA2; }
a { background-color: rgb(0,12,162); }
div.DivClassName
{
background-color: #000CA2;
}
.BgClassName
{
background-color: #000CA2;
}
</style>
border-color css
<style>
span { border-color: #000CA2; }
span { border-color: rgb(0,12,162); }
td.TdClassName
{
border-color: #000CA2;
}
.TagClassName
{
border-color: #000CA2;
}
</style>