Shades of New Midnight Blue #0C059B
Tints of New Midnight Blue #0C059B
RGB
CMYK
RGB Variations
Color information
#0C059B (or 0x0C059B) is known color: New Midnight Blue. HEX triplet: 0C, 05 and 9B. RGB value is (12,5,155). Sum of RGB (Red+Green+Blue) = 12+5+155=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 155 (60.94% from 255 or 90.12% from 172); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C059B is #F3FA64. Grayscale: #171717. Windows color (decimal): -15989349 or 10159372. OLE color: 10159372.
HSL color Cylindrical-coordinate representation of color #0C059B: hue angle of 242.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C059B is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 5 | 155 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.39 |
| HSL | 242.8º | 0.94% | 0.31% | - |
| HSV(B) | 242.8º | 0.97% | 0.61% | - |
| XYZ | 6.12 | 2.55 | 31.18 | - |
| YUV | 24.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 155 | 0.92 | 0.97 | 0 | 0.39 | 242.8 | 0.94 | 0.31 |
| Hex | C | 5 | 9B | 5C | 61 | 0 | 27 | F3 | 5E | 1F |
| Octal | 14 | 5 | 233 | 134 | 141 | 0 | 47 | 363 | 136 | 37 |
| Binary | 1100 | 101 | 10011011 | 1011100 | 1100001 | 0 | 100111 | 11110011 | 1011110 | 11111 |
Color Harmonies of #0C059B
Complementary color
Monochromatic Colors of #0C059B
Black with #0C059B
Text Example
Text Example
White with #0C059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C059B; }
p { color: rgb(12,5,155); }
H1.HeaderClassName
{
color: #0C059B;
}
.AnyTagClassName
{
color: #0C059B;
}
</style>
background-color css
<style>
a { background-color: #0C059B; }
a { background-color: rgb(12,5,155); }
div.DivClassName
{
background-color: #0C059B;
}
.BgClassName
{
background-color: #0C059B;
}
</style>
border-color css
<style>
span { border-color: #0C059B; }
span { border-color: rgb(12,5,155); }
td.TdClassName
{
border-color: #0C059B;
}
.TagClassName
{
border-color: #0C059B;
}
</style>