Shades of New Midnight Blue #0C0FAA
Tints of New Midnight Blue #0C0FAA
RGB
CMYK
RGB Variations
Color information
#0C0FAA (or 0x0C0FAA) is known color: New Midnight Blue. HEX triplet: 0C, 0F and AA. RGB value is (12,15,170). Sum of RGB (Red+Green+Blue) = 12+15+170=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C0FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0FAA is #F3F055. Grayscale: #1F1F1F. Windows color (decimal): -15986774 or 11144972. OLE color: 11144972.
HSL color Cylindrical-coordinate representation of color #0C0FAA: hue angle of 238.86º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0FAA is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 15 | 170 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.33 |
| HSL | 238.86º | 0.87% | 0.36% | - |
| HSV(B) | 238.86º | 0.93% | 0.67% | - |
| XYZ | 7.58 | 3.32 | 38.27 | - |
| YUV | 31.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 170 | 0.93 | 0.91 | 0 | 0.33 | 238.86 | 0.87 | 0.36 |
| Hex | C | F | AA | 5D | 5B | 0 | 21 | EF | 57 | 24 |
| Octal | 14 | 17 | 252 | 135 | 133 | 0 | 41 | 357 | 127 | 44 |
| Binary | 1100 | 1111 | 10101010 | 1011101 | 1011011 | 0 | 100001 | 11101111 | 1010111 | 100100 |
Color Harmonies of #0C0FAA
Complementary color
Monochromatic Colors of #0C0FAA
Black with #0C0FAA
Text Example
Text Example
White with #0C0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0FAA; }
p { color: rgb(12,15,170); }
H1.HeaderClassName
{
color: #0C0FAA;
}
.AnyTagClassName
{
color: #0C0FAA;
}
</style>
background-color css
<style>
a { background-color: #0C0FAA; }
a { background-color: rgb(12,15,170); }
div.DivClassName
{
background-color: #0C0FAA;
}
.BgClassName
{
background-color: #0C0FAA;
}
</style>
border-color css
<style>
span { border-color: #0C0FAA; }
span { border-color: rgb(12,15,170); }
td.TdClassName
{
border-color: #0C0FAA;
}
.TagClassName
{
border-color: #0C0FAA;
}
</style>