Shades of New Midnight Blue #0C089E
Tints of New Midnight Blue #0C089E
RGB
CMYK
RGB Variations
Color information
#0C089E (or 0x0C089E) is known color: New Midnight Blue. HEX triplet: 0C, 08 and 9E. RGB value is (12,8,158). Sum of RGB (Red+Green+Blue) = 12+8+158=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C089E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C089E is #F3F761. Grayscale: #191919. Windows color (decimal): -15988578 or 10356748. OLE color: 10356748.
HSL color Cylindrical-coordinate representation of color #0C089E: hue angle of 241.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C089E is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 8 | 158 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.38 |
| HSL | 241.6º | 0.9% | 0.33% | - |
| HSV(B) | 241.6º | 0.95% | 0.62% | - |
| XYZ | 6.41 | 2.72 | 32.54 | - |
| YUV | 26.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 158 | 0.92 | 0.95 | 0 | 0.38 | 241.6 | 0.9 | 0.33 |
| Hex | C | 8 | 9E | 5C | 5F | 0 | 26 | F2 | 5A | 21 |
| Octal | 14 | 10 | 236 | 134 | 137 | 0 | 46 | 362 | 132 | 41 |
| Binary | 1100 | 1000 | 10011110 | 1011100 | 1011111 | 0 | 100110 | 11110010 | 1011010 | 100001 |
Color Harmonies of #0C089E
Complementary color
Monochromatic Colors of #0C089E
Black with #0C089E
Text Example
Text Example
White with #0C089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C089E; }
p { color: rgb(12,8,158); }
H1.HeaderClassName
{
color: #0C089E;
}
.AnyTagClassName
{
color: #0C089E;
}
</style>
background-color css
<style>
a { background-color: #0C089E; }
a { background-color: rgb(12,8,158); }
div.DivClassName
{
background-color: #0C089E;
}
.BgClassName
{
background-color: #0C089E;
}
</style>
border-color css
<style>
span { border-color: #0C089E; }
span { border-color: rgb(12,8,158); }
td.TdClassName
{
border-color: #0C089E;
}
.TagClassName
{
border-color: #0C089E;
}
</style>