Shades of New Midnight Blue #0C0A9D
Tints of New Midnight Blue #0C0A9D
RGB
CMYK
RGB Variations
Color information
#0C0A9D (or 0x0C0A9D) is known color: New Midnight Blue. HEX triplet: 0C, 0A and 9D. RGB value is (12,10,157). Sum of RGB (Red+Green+Blue) = 12+10+157=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 157 (61.72% from 255 or 87.71% from 179); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C0A9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0A9D is #F3F562. Grayscale: #1A1A1A. Windows color (decimal): -15988067 or 10291724. OLE color: 10291724.
HSL color Cylindrical-coordinate representation of color #0C0A9D: hue angle of 240.82º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0A9D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 10 | 157 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.38 |
| HSL | 240.82º | 0.88% | 0.33% | - |
| HSV(B) | 240.82º | 0.94% | 0.62% | - |
| XYZ | 6.35 | 2.73 | 32.09 | - |
| YUV | 27.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 157 | 0.92 | 0.94 | 0 | 0.38 | 240.82 | 0.88 | 0.33 |
| Hex | C | A | 9D | 5C | 5E | 0 | 26 | F1 | 58 | 21 |
| Octal | 14 | 12 | 235 | 134 | 136 | 0 | 46 | 361 | 130 | 41 |
| Binary | 1100 | 1010 | 10011101 | 1011100 | 1011110 | 0 | 100110 | 11110001 | 1011000 | 100001 |
Color Harmonies of #0C0A9D
Complementary color
Monochromatic Colors of #0C0A9D
Black with #0C0A9D
Text Example
Text Example
White with #0C0A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0A9D; }
p { color: rgb(12,10,157); }
H1.HeaderClassName
{
color: #0C0A9D;
}
.AnyTagClassName
{
color: #0C0A9D;
}
</style>
background-color css
<style>
a { background-color: #0C0A9D; }
a { background-color: rgb(12,10,157); }
div.DivClassName
{
background-color: #0C0A9D;
}
.BgClassName
{
background-color: #0C0A9D;
}
</style>
border-color css
<style>
span { border-color: #0C0A9D; }
span { border-color: rgb(12,10,157); }
td.TdClassName
{
border-color: #0C0A9D;
}
.TagClassName
{
border-color: #0C0A9D;
}
</style>