Shades of New Midnight Blue #0C0A9E
Tints of New Midnight Blue #0C0A9E
RGB
CMYK
RGB Variations
Color information
#0C0A9E (or 0x0C0A9E) is known color: New Midnight Blue. HEX triplet: 0C, 0A and 9E. RGB value is (12,10,158). Sum of RGB (Red+Green+Blue) = 12+10+158=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C0A9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0A9E is #F3F561. Grayscale: #1A1A1A. Windows color (decimal): -15988066 or 10357260. OLE color: 10357260.
HSL color Cylindrical-coordinate representation of color #0C0A9E: hue angle of 240.81º 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 #0C0A9E is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 10 | 158 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.38 |
| HSL | 240.81º | 0.88% | 0.33% | - |
| HSV(B) | 240.81º | 0.94% | 0.62% | - |
| XYZ | 6.43 | 2.76 | 32.54 | - |
| YUV | 27.47 | 201.66 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 158 | 0.92 | 0.94 | 0 | 0.38 | 240.81 | 0.88 | 0.33 |
| Hex | C | A | 9E | 5C | 5E | 0 | 26 | F1 | 58 | 21 |
| Octal | 14 | 12 | 236 | 134 | 136 | 0 | 46 | 361 | 130 | 41 |
| Binary | 1100 | 1010 | 10011110 | 1011100 | 1011110 | 0 | 100110 | 11110001 | 1011000 | 100001 |
Color Harmonies of #0C0A9E
Complementary color
Monochromatic Colors of #0C0A9E
Black with #0C0A9E
Text Example
Text Example
White with #0C0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0A9E; }
p { color: rgb(12,10,158); }
H1.HeaderClassName
{
color: #0C0A9E;
}
.AnyTagClassName
{
color: #0C0A9E;
}
</style>
background-color css
<style>
a { background-color: #0C0A9E; }
a { background-color: rgb(12,10,158); }
div.DivClassName
{
background-color: #0C0A9E;
}
.BgClassName
{
background-color: #0C0A9E;
}
</style>
border-color css
<style>
span { border-color: #0C0A9E; }
span { border-color: rgb(12,10,158); }
td.TdClassName
{
border-color: #0C0A9E;
}
.TagClassName
{
border-color: #0C0A9E;
}
</style>