Shades of Midnight Blue #0A136A
Tints of Midnight Blue #0A136A
RGB
CMYK
RGB Variations
Color information
#0A136A (or 0x0A136A) is known color: Midnight Blue. HEX triplet: 0A, 13 and 6A. RGB value is (10,19,106). Sum of RGB (Red+Green+Blue) = 10+19+106=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 106 (41.80% from 255 or 78.52% from 135); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A136A is #F5EC95. Grayscale: #191919. Windows color (decimal): -16116886 or 6951690. OLE color: 6951690.
HSL color Cylindrical-coordinate representation of color #0A136A: hue angle of 234.38º 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 #0A136A is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 19 | 106 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.58 |
| HSL | 234.38º | 0.83% | 0.23% | - |
| HSV(B) | 234.38º | 0.91% | 0.42% | - |
| XYZ | 2.96 | 1.57 | 13.78 | - |
| YUV | 26.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 106 | 0.91 | 0.82 | 0 | 0.58 | 234.38 | 0.83 | 0.23 |
| Hex | A | 13 | 6A | 5B | 52 | 0 | 3A | EA | 53 | 17 |
| Octal | 12 | 23 | 152 | 133 | 122 | 0 | 72 | 352 | 123 | 27 |
| Binary | 1010 | 10011 | 1101010 | 1011011 | 1010010 | 0 | 111010 | 11101010 | 1010011 | 10111 |
Color Harmonies of #0A136A
Complementary color
Monochromatic Colors of #0A136A
Black with #0A136A
Text Example
Text Example
White with #0A136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A136A; }
p { color: rgb(10,19,106); }
H1.HeaderClassName
{
color: #0A136A;
}
.AnyTagClassName
{
color: #0A136A;
}
</style>
background-color css
<style>
a { background-color: #0A136A; }
a { background-color: rgb(10,19,106); }
div.DivClassName
{
background-color: #0A136A;
}
.BgClassName
{
background-color: #0A136A;
}
</style>
border-color css
<style>
span { border-color: #0A136A; }
span { border-color: rgb(10,19,106); }
td.TdClassName
{
border-color: #0A136A;
}
.TagClassName
{
border-color: #0A136A;
}
</style>