Shades of New Midnight Blue #0C00AA
Tints of New Midnight Blue #0C00AA
RGB
CMYK
RGB Variations
Color information
#0C00AA (or 0x0C00AA) is known color: New Midnight Blue. HEX triplet: 0C, 00 and AA. RGB value is (12,0,170). Sum of RGB (Red+Green+Blue) = 12+0+170=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 170 (66.80% from 255 or 93.41% from 182); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C00AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C00AA is #F3FF55. Grayscale: #161616. Windows color (decimal): -15990614 or 11141132. OLE color: 11141132.
HSL color Cylindrical-coordinate representation of color #0C00AA: hue angle of 244.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C00AA is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 0 | 170 | - |
| CMYK | 0.93 | 1 | 0 | 0.33 |
| HSL | 244.24º | 1% | 0.33% | - |
| HSV(B) | 244.24º | 1% | 0.67% | - |
| XYZ | 7.41 | 2.98 | 38.22 | - |
| YUV | 22.97 | 210.98 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 170 | 0.93 | 1 | 0 | 0.33 | 244.24 | 1 | 0.33 |
| Hex | C | 0 | AA | 5D | 64 | 0 | 21 | F4 | 64 | 21 |
| Octal | 14 | 0 | 252 | 135 | 144 | 0 | 41 | 364 | 144 | 41 |
| Binary | 1100 | 0 | 10101010 | 1011101 | 1100100 | 0 | 100001 | 11110100 | 1100100 | 100001 |
Color Harmonies of #0C00AA
Complementary color
Monochromatic Colors of #0C00AA
Black with #0C00AA
Text Example
Text Example
White with #0C00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C00AA; }
p { color: rgb(12,0,170); }
H1.HeaderClassName
{
color: #0C00AA;
}
.AnyTagClassName
{
color: #0C00AA;
}
</style>
background-color css
<style>
a { background-color: #0C00AA; }
a { background-color: rgb(12,0,170); }
div.DivClassName
{
background-color: #0C00AA;
}
.BgClassName
{
background-color: #0C00AA;
}
</style>
border-color css
<style>
span { border-color: #0C00AA; }
span { border-color: rgb(12,0,170); }
td.TdClassName
{
border-color: #0C00AA;
}
.TagClassName
{
border-color: #0C00AA;
}
</style>