Shades of New Midnight Blue #0C05AF
Tints of New Midnight Blue #0C05AF
RGB
CMYK
RGB Variations
Color information
#0C05AF (or 0x0C05AF) is known color: New Midnight Blue. HEX triplet: 0C, 05 and AF. RGB value is (12,5,175). Sum of RGB (Red+Green+Blue) = 12+5+175=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 175 (68.75% from 255 or 91.15% from 192); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C05AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C05AF is #F3FA50. Grayscale: #191919. Windows color (decimal): -15989329 or 11470092. OLE color: 11470092.
HSL color Cylindrical-coordinate representation of color #0C05AF: hue angle of 242.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C05AF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 5 | 175 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.31 |
| HSL | 242.47º | 0.94% | 0.35% | - |
| HSV(B) | 242.47º | 0.97% | 0.69% | - |
| XYZ | 7.94 | 3.28 | 40.77 | - |
| YUV | 26.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 175 | 0.93 | 0.97 | 0 | 0.31 | 242.47 | 0.94 | 0.35 |
| Hex | C | 5 | AF | 5D | 61 | 0 | 1F | F2 | 5E | 23 |
| Octal | 14 | 5 | 257 | 135 | 141 | 0 | 37 | 362 | 136 | 43 |
| Binary | 1100 | 101 | 10101111 | 1011101 | 1100001 | 0 | 11111 | 11110010 | 1011110 | 100011 |
Color Harmonies of #0C05AF
Complementary color
Monochromatic Colors of #0C05AF
Black with #0C05AF
Text Example
Text Example
White with #0C05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C05AF; }
p { color: rgb(12,5,175); }
H1.HeaderClassName
{
color: #0C05AF;
}
.AnyTagClassName
{
color: #0C05AF;
}
</style>
background-color css
<style>
a { background-color: #0C05AF; }
a { background-color: rgb(12,5,175); }
div.DivClassName
{
background-color: #0C05AF;
}
.BgClassName
{
background-color: #0C05AF;
}
</style>
border-color css
<style>
span { border-color: #0C05AF; }
span { border-color: rgb(12,5,175); }
td.TdClassName
{
border-color: #0C05AF;
}
.TagClassName
{
border-color: #0C05AF;
}
</style>