Shades of Midnight Blue #0A136C
Tints of Midnight Blue #0A136C
RGB
CMYK
RGB Variations
Color information
#0A136C (or 0x0A136C) is known color: Midnight Blue. HEX triplet: 0A, 13 and 6C. RGB value is (10,19,108). Sum of RGB (Red+Green+Blue) = 10+19+108=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A136C is #F5EC93. Grayscale: #1A1A1A. Windows color (decimal): -16116884 or 7082762. OLE color: 7082762.
HSL color Cylindrical-coordinate representation of color #0A136C: hue angle of 234.49º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A136C is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 19 | 108 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.58 |
| HSL | 234.49º | 0.83% | 0.23% | - |
| HSV(B) | 234.49º | 0.91% | 0.42% | - |
| XYZ | 3.06 | 1.61 | 14.34 | - |
| YUV | 26.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 108 | 0.91 | 0.82 | 0 | 0.58 | 234.49 | 0.83 | 0.23 |
| Hex | A | 13 | 6C | 5B | 52 | 0 | 3A | EA | 53 | 17 |
| Octal | 12 | 23 | 154 | 133 | 122 | 0 | 72 | 352 | 123 | 27 |
| Binary | 1010 | 10011 | 1101100 | 1011011 | 1010010 | 0 | 111010 | 11101010 | 1010011 | 10111 |
Color Harmonies of #0A136C
Complementary color
Monochromatic Colors of #0A136C
Black with #0A136C
Text Example
Text Example
White with #0A136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A136C; }
p { color: rgb(10,19,108); }
H1.HeaderClassName
{
color: #0A136C;
}
.AnyTagClassName
{
color: #0A136C;
}
</style>
background-color css
<style>
a { background-color: #0A136C; }
a { background-color: rgb(10,19,108); }
div.DivClassName
{
background-color: #0A136C;
}
.BgClassName
{
background-color: #0A136C;
}
</style>
border-color css
<style>
span { border-color: #0A136C; }
span { border-color: rgb(10,19,108); }
td.TdClassName
{
border-color: #0A136C;
}
.TagClassName
{
border-color: #0A136C;
}
</style>