Shades of Midnight Blue #0C137A
Tints of Midnight Blue #0C137A
RGB
CMYK
RGB Variations
Color information
#0C137A (or 0x0C137A) is known color: Midnight Blue. HEX triplet: 0C, 13 and 7A. RGB value is (12,19,122). Sum of RGB (Red+Green+Blue) = 12+19+122=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C137A is #F3EC85. Grayscale: #1C1C1C. Windows color (decimal): -15985798 or 8000268. OLE color: 8000268.
HSL color Cylindrical-coordinate representation of color #0C137A: hue angle of 236.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C137A is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 19 | 122 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.52 |
| HSL | 236.18º | 0.82% | 0.26% | - |
| HSV(B) | 236.18º | 0.9% | 0.48% | - |
| XYZ | 3.9 | 1.95 | 18.58 | - |
| YUV | 28.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 122 | 0.90 | 0.84 | 0 | 0.52 | 236.18 | 0.82 | 0.26 |
| Hex | C | 13 | 7A | 5A | 54 | 0 | 34 | EC | 52 | 1A |
| Octal | 14 | 23 | 172 | 132 | 124 | 0 | 64 | 354 | 122 | 32 |
| Binary | 1100 | 10011 | 1111010 | 1011010 | 1010100 | 0 | 110100 | 11101100 | 1010010 | 11010 |
Color Harmonies of #0C137A
Complementary color
Monochromatic Colors of #0C137A
Black with #0C137A
Text Example
Text Example
White with #0C137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C137A; }
p { color: rgb(12,19,122); }
H1.HeaderClassName
{
color: #0C137A;
}
.AnyTagClassName
{
color: #0C137A;
}
</style>
background-color css
<style>
a { background-color: #0C137A; }
a { background-color: rgb(12,19,122); }
div.DivClassName
{
background-color: #0C137A;
}
.BgClassName
{
background-color: #0C137A;
}
</style>
border-color css
<style>
span { border-color: #0C137A; }
span { border-color: rgb(12,19,122); }
td.TdClassName
{
border-color: #0C137A;
}
.TagClassName
{
border-color: #0C137A;
}
</style>