Shades of Midnight Blue #0C2083
Tints of Midnight Blue #0C2083
RGB
CMYK
RGB Variations
Color information
#0C2083 (or 0x0C2083) is known color: Midnight Blue. HEX triplet: 0C, 20 and 83. RGB value is (12,32,131). Sum of RGB (Red+Green+Blue) = 12+32+131=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 131 (51.56% from 255 or 74.86% from 175); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C2083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2083 is #F3DF7C. Grayscale: #242424. Windows color (decimal): -15982461 or 8593420. OLE color: 8593420.
HSL color Cylindrical-coordinate representation of color #0C2083: hue angle of 229.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2083 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 32 | 131 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.49 |
| HSL | 229.92º | 0.83% | 0.28% | - |
| HSV(B) | 229.92º | 0.91% | 0.51% | - |
| XYZ | 4.76 | 2.75 | 21.75 | - |
| YUV | 37.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 131 | 0.91 | 0.76 | 0 | 0.49 | 229.92 | 0.83 | 0.28 |
| Hex | C | 20 | 83 | 5B | 4C | 0 | 31 | E6 | 53 | 1C |
| Octal | 14 | 40 | 203 | 133 | 114 | 0 | 61 | 346 | 123 | 34 |
| Binary | 1100 | 100000 | 10000011 | 1011011 | 1001100 | 0 | 110001 | 11100110 | 1010011 | 11100 |
Color Harmonies of #0C2083
Complementary color
Monochromatic Colors of #0C2083
Black with #0C2083
Text Example
Text Example
White with #0C2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2083; }
p { color: rgb(12,32,131); }
H1.HeaderClassName
{
color: #0C2083;
}
.AnyTagClassName
{
color: #0C2083;
}
</style>
background-color css
<style>
a { background-color: #0C2083; }
a { background-color: rgb(12,32,131); }
div.DivClassName
{
background-color: #0C2083;
}
.BgClassName
{
background-color: #0C2083;
}
</style>
border-color css
<style>
span { border-color: #0C2083; }
span { border-color: rgb(12,32,131); }
td.TdClassName
{
border-color: #0C2083;
}
.TagClassName
{
border-color: #0C2083;
}
</style>