Shades of New Midnight Blue #0C099D
Tints of New Midnight Blue #0C099D
RGB
CMYK
RGB Variations
Color information
#0C099D (or 0x0C099D) is known color: New Midnight Blue. HEX triplet: 0C, 09 and 9D. RGB value is (12,9,157). Sum of RGB (Red+Green+Blue) = 12+9+157=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C099D is #F3F662. Grayscale: #1A1A1A. Windows color (decimal): -15988323 or 10291468. OLE color: 10291468.
HSL color Cylindrical-coordinate representation of color #0C099D: hue angle of 241.22º degrees, saturation: 0.89, 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 #0C099D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 9 | 157 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.38 |
| HSL | 241.22º | 0.89% | 0.33% | - |
| HSV(B) | 241.22º | 0.94% | 0.62% | - |
| XYZ | 6.34 | 2.71 | 32.09 | - |
| YUV | 26.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 157 | 0.92 | 0.94 | 0 | 0.38 | 241.22 | 0.89 | 0.33 |
| Hex | C | 9 | 9D | 5C | 5E | 0 | 26 | F1 | 59 | 21 |
| Octal | 14 | 11 | 235 | 134 | 136 | 0 | 46 | 361 | 131 | 41 |
| Binary | 1100 | 1001 | 10011101 | 1011100 | 1011110 | 0 | 100110 | 11110001 | 1011001 | 100001 |
Color Harmonies of #0C099D
Complementary color
Monochromatic Colors of #0C099D
Black with #0C099D
Text Example
Text Example
White with #0C099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C099D; }
p { color: rgb(12,9,157); }
H1.HeaderClassName
{
color: #0C099D;
}
.AnyTagClassName
{
color: #0C099D;
}
</style>
background-color css
<style>
a { background-color: #0C099D; }
a { background-color: rgb(12,9,157); }
div.DivClassName
{
background-color: #0C099D;
}
.BgClassName
{
background-color: #0C099D;
}
</style>
border-color css
<style>
span { border-color: #0C099D; }
span { border-color: rgb(12,9,157); }
td.TdClassName
{
border-color: #0C099D;
}
.TagClassName
{
border-color: #0C099D;
}
</style>