Shades of Midnight Blue #0C2283
Tints of Midnight Blue #0C2283
RGB
CMYK
RGB Variations
Color information
#0C2283 (or 0x0C2283) is known color: Midnight Blue. HEX triplet: 0C, 22 and 83. RGB value is (12,34,131). Sum of RGB (Red+Green+Blue) = 12+34+131=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C2283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2283 is #F3DD7C. Grayscale: #262626. Windows color (decimal): -15981949 or 8593932. OLE color: 8593932.
HSL color Cylindrical-coordinate representation of color #0C2283: hue angle of 228.91º 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 #0C2283 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 34 | 131 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.49 |
| HSL | 228.91º | 0.83% | 0.28% | - |
| HSV(B) | 228.91º | 0.91% | 0.51% | - |
| XYZ | 4.82 | 2.86 | 21.77 | - |
| YUV | 38.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 131 | 0.91 | 0.74 | 0 | 0.49 | 228.91 | 0.83 | 0.28 |
| Hex | C | 22 | 83 | 5B | 4A | 0 | 31 | E5 | 53 | 1C |
| Octal | 14 | 42 | 203 | 133 | 112 | 0 | 61 | 345 | 123 | 34 |
| Binary | 1100 | 100010 | 10000011 | 1011011 | 1001010 | 0 | 110001 | 11100101 | 1010011 | 11100 |
Color Harmonies of #0C2283
Complementary color
Monochromatic Colors of #0C2283
Black with #0C2283
Text Example
Text Example
White with #0C2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2283; }
p { color: rgb(12,34,131); }
H1.HeaderClassName
{
color: #0C2283;
}
.AnyTagClassName
{
color: #0C2283;
}
</style>
background-color css
<style>
a { background-color: #0C2283; }
a { background-color: rgb(12,34,131); }
div.DivClassName
{
background-color: #0C2283;
}
.BgClassName
{
background-color: #0C2283;
}
</style>
border-color css
<style>
span { border-color: #0C2283; }
span { border-color: rgb(12,34,131); }
td.TdClassName
{
border-color: #0C2283;
}
.TagClassName
{
border-color: #0C2283;
}
</style>