Shades of New Midnight Blue #0C07AE
Tints of New Midnight Blue #0C07AE
RGB
CMYK
RGB Variations
Color information
#0C07AE (or 0x0C07AE) is known color: New Midnight Blue. HEX triplet: 0C, 07 and AE. RGB value is (12,7,174). Sum of RGB (Red+Green+Blue) = 12+7+174=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 174 (68.36% from 255 or 90.16% from 193); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C07AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C07AE is #F3F851. Grayscale: #1A1A1A. Windows color (decimal): -15988818 or 11405068. OLE color: 11405068.
HSL color Cylindrical-coordinate representation of color #0C07AE: hue angle of 241.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C07AE is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 7 | 174 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.32 |
| HSL | 241.8º | 0.92% | 0.35% | - |
| HSV(B) | 241.8º | 0.96% | 0.68% | - |
| XYZ | 7.87 | 3.29 | 40.26 | - |
| YUV | 27.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 174 | 0.93 | 0.96 | 0 | 0.32 | 241.8 | 0.92 | 0.35 |
| Hex | C | 7 | AE | 5D | 60 | 0 | 20 | F2 | 5C | 23 |
| Octal | 14 | 7 | 256 | 135 | 140 | 0 | 40 | 362 | 134 | 43 |
| Binary | 1100 | 111 | 10101110 | 1011101 | 1100000 | 0 | 100000 | 11110010 | 1011100 | 100011 |
Color Harmonies of #0C07AE
Complementary color
Monochromatic Colors of #0C07AE
Black with #0C07AE
Text Example
Text Example
White with #0C07AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C07AE; }
p { color: rgb(12,7,174); }
H1.HeaderClassName
{
color: #0C07AE;
}
.AnyTagClassName
{
color: #0C07AE;
}
</style>
background-color css
<style>
a { background-color: #0C07AE; }
a { background-color: rgb(12,7,174); }
div.DivClassName
{
background-color: #0C07AE;
}
.BgClassName
{
background-color: #0C07AE;
}
</style>
border-color css
<style>
span { border-color: #0C07AE; }
span { border-color: rgb(12,7,174); }
td.TdClassName
{
border-color: #0C07AE;
}
.TagClassName
{
border-color: #0C07AE;
}
</style>