Shades of Midnight Blue #0C2284
Tints of Midnight Blue #0C2284
RGB
CMYK
RGB Variations
Color information
#0C2284 (or 0x0C2284) is known color: Midnight Blue. HEX triplet: 0C, 22 and 84. RGB value is (12,34,132). Sum of RGB (Red+Green+Blue) = 12+34+132=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 132 (51.95% from 255 or 74.16% from 178); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C2284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2284 is #F3DD7B. Grayscale: #262626. Windows color (decimal): -15981948 or 8659468. OLE color: 8659468.
HSL color Cylindrical-coordinate representation of color #0C2284: hue angle of 229º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2284 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 34 | 132 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.48 |
| HSL | 229º | 0.83% | 0.28% | - |
| HSV(B) | 229º | 0.91% | 0.52% | - |
| XYZ | 4.89 | 2.89 | 22.13 | - |
| YUV | 38.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 132 | 0.91 | 0.74 | 0 | 0.48 | 229 | 0.83 | 0.28 |
| Hex | C | 22 | 84 | 5B | 4A | 0 | 30 | E5 | 53 | 1C |
| Octal | 14 | 42 | 204 | 133 | 112 | 0 | 60 | 345 | 123 | 34 |
| Binary | 1100 | 100010 | 10000100 | 1011011 | 1001010 | 0 | 110000 | 11100101 | 1010011 | 11100 |
Color Harmonies of #0C2284
Complementary color
Monochromatic Colors of #0C2284
Black with #0C2284
Text Example
Text Example
White with #0C2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2284; }
p { color: rgb(12,34,132); }
H1.HeaderClassName
{
color: #0C2284;
}
.AnyTagClassName
{
color: #0C2284;
}
</style>
background-color css
<style>
a { background-color: #0C2284; }
a { background-color: rgb(12,34,132); }
div.DivClassName
{
background-color: #0C2284;
}
.BgClassName
{
background-color: #0C2284;
}
</style>
border-color css
<style>
span { border-color: #0C2284; }
span { border-color: rgb(12,34,132); }
td.TdClassName
{
border-color: #0C2284;
}
.TagClassName
{
border-color: #0C2284;
}
</style>