Shades of New Midnight Blue #0C07AD
Tints of New Midnight Blue #0C07AD
RGB
CMYK
RGB Variations
Color information
#0C07AD (or 0x0C07AD) is known color: New Midnight Blue. HEX triplet: 0C, 07 and AD. RGB value is (12,7,173). Sum of RGB (Red+Green+Blue) = 12+7+173=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 173 (67.97% from 255 or 90.10% from 192); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C07AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C07AD is #F3F852. Grayscale: #1A1A1A. Windows color (decimal): -15988819 or 11339532. OLE color: 11339532.
HSL color Cylindrical-coordinate representation of color #0C07AD: hue angle of 241.81º 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 #0C07AD is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 7 | 173 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.32 |
| HSL | 241.81º | 0.92% | 0.35% | - |
| HSV(B) | 241.81º | 0.96% | 0.68% | - |
| XYZ | 7.77 | 3.25 | 39.75 | - |
| YUV | 27.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 173 | 0.93 | 0.96 | 0 | 0.32 | 241.81 | 0.92 | 0.35 |
| Hex | C | 7 | AD | 5D | 60 | 0 | 20 | F2 | 5C | 23 |
| Octal | 14 | 7 | 255 | 135 | 140 | 0 | 40 | 362 | 134 | 43 |
| Binary | 1100 | 111 | 10101101 | 1011101 | 1100000 | 0 | 100000 | 11110010 | 1011100 | 100011 |
Color Harmonies of #0C07AD
Complementary color
Monochromatic Colors of #0C07AD
Black with #0C07AD
Text Example
Text Example
White with #0C07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C07AD; }
p { color: rgb(12,7,173); }
H1.HeaderClassName
{
color: #0C07AD;
}
.AnyTagClassName
{
color: #0C07AD;
}
</style>
background-color css
<style>
a { background-color: #0C07AD; }
a { background-color: rgb(12,7,173); }
div.DivClassName
{
background-color: #0C07AD;
}
.BgClassName
{
background-color: #0C07AD;
}
</style>
border-color css
<style>
span { border-color: #0C07AD; }
span { border-color: rgb(12,7,173); }
td.TdClassName
{
border-color: #0C07AD;
}
.TagClassName
{
border-color: #0C07AD;
}
</style>