Shades of Midnight Blue #0C155F
Tints of Midnight Blue #0C155F
RGB
CMYK
RGB Variations
Color information
#0C155F (or 0x0C155F) is known color: Midnight Blue. HEX triplet: 0C, 15 and 5F. RGB value is (12,21,95). Sum of RGB (Red+Green+Blue) = 12+21+95=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C155F is #F3EAA0. Grayscale: #1A1A1A. Windows color (decimal): -15985313 or 6231308. OLE color: 6231308.
HSL color Cylindrical-coordinate representation of color #0C155F: hue angle of 233.49º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C155F is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 21 | 95 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.63 |
| HSL | 233.49º | 0.78% | 0.21% | - |
| HSV(B) | 233.49º | 0.87% | 0.37% | - |
| XYZ | 2.49 | 1.44 | 10.97 | - |
| YUV | 26.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 95 | 0.87 | 0.78 | 0 | 0.63 | 233.49 | 0.78 | 0.21 |
| Hex | C | 15 | 5F | 57 | 4E | 0 | 3F | E9 | 4E | 15 |
| Octal | 14 | 25 | 137 | 127 | 116 | 0 | 77 | 351 | 116 | 25 |
| Binary | 1100 | 10101 | 1011111 | 1010111 | 1001110 | 0 | 111111 | 11101001 | 1001110 | 10101 |
Color Harmonies of #0C155F
Complementary color
Monochromatic Colors of #0C155F
Black with #0C155F
Text Example
Text Example
White with #0C155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C155F; }
p { color: rgb(12,21,95); }
H1.HeaderClassName
{
color: #0C155F;
}
.AnyTagClassName
{
color: #0C155F;
}
</style>
background-color css
<style>
a { background-color: #0C155F; }
a { background-color: rgb(12,21,95); }
div.DivClassName
{
background-color: #0C155F;
}
.BgClassName
{
background-color: #0C155F;
}
</style>
border-color css
<style>
span { border-color: #0C155F; }
span { border-color: rgb(12,21,95); }
td.TdClassName
{
border-color: #0C155F;
}
.TagClassName
{
border-color: #0C155F;
}
</style>