Shades of New Midnight Blue #0C069B
Tints of New Midnight Blue #0C069B
RGB
CMYK
RGB Variations
Color information
#0C069B (or 0x0C069B) is known color: New Midnight Blue. HEX triplet: 0C, 06 and 9B. RGB value is (12,6,155). Sum of RGB (Red+Green+Blue) = 12+6+155=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C069B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C069B is #F3F964. Grayscale: #181818. Windows color (decimal): -15989093 or 10159628. OLE color: 10159628.
HSL color Cylindrical-coordinate representation of color #0C069B: hue angle of 242.42º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C069B is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 6 | 155 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.39 |
| HSL | 242.42º | 0.93% | 0.32% | - |
| HSV(B) | 242.42º | 0.96% | 0.61% | - |
| XYZ | 6.13 | 2.57 | 31.18 | - |
| YUV | 24.78 | 201.49 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 155 | 0.92 | 0.96 | 0 | 0.39 | 242.42 | 0.93 | 0.32 |
| Hex | C | 6 | 9B | 5C | 60 | 0 | 27 | F2 | 5D | 20 |
| Octal | 14 | 6 | 233 | 134 | 140 | 0 | 47 | 362 | 135 | 40 |
| Binary | 1100 | 110 | 10011011 | 1011100 | 1100000 | 0 | 100111 | 11110010 | 1011101 | 100000 |
Color Harmonies of #0C069B
Complementary color
Monochromatic Colors of #0C069B
Black with #0C069B
Text Example
Text Example
White with #0C069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C069B; }
p { color: rgb(12,6,155); }
H1.HeaderClassName
{
color: #0C069B;
}
.AnyTagClassName
{
color: #0C069B;
}
</style>
background-color css
<style>
a { background-color: #0C069B; }
a { background-color: rgb(12,6,155); }
div.DivClassName
{
background-color: #0C069B;
}
.BgClassName
{
background-color: #0C069B;
}
</style>
border-color css
<style>
span { border-color: #0C069B; }
span { border-color: rgb(12,6,155); }
td.TdClassName
{
border-color: #0C069B;
}
.TagClassName
{
border-color: #0C069B;
}
</style>