Shades of Midnight #102A49
Tints of Midnight #102A49
RGB
CMYK
RGB Variations
Color information
#102A49 (or 0x102A49) is known color: Midnight. HEX triplet: 10, 2A and 49. RGB value is (16,42,73). Sum of RGB (Red+Green+Blue) = 16+42+73=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #102A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A49 is #EFD5B6. Grayscale: #252525. Windows color (decimal): -15717815 or 4794896. OLE color: 4794896.
HSL color Cylindrical-coordinate representation of color #102A49: hue angle of 212.63º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102A49 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 42 | 73 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.71 |
| HSL | 212.63º | 0.64% | 0.17% | - |
| HSV(B) | 212.63º | 0.78% | 0.29% | - |
| XYZ | 2.24 | 2.25 | 6.62 | - |
| YUV | 37.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 73 | 0.78 | 0.42 | 0 | 0.71 | 212.63 | 0.64 | 0.17 |
| Hex | 10 | 2A | 49 | 4E | 2A | 0 | 47 | D5 | 40 | 11 |
| Octal | 20 | 52 | 111 | 116 | 52 | 0 | 107 | 325 | 100 | 21 |
| Binary | 10000 | 101010 | 1001001 | 1001110 | 101010 | 0 | 1000111 | 11010101 | 1000000 | 10001 |
Color Harmonies of #102A49
Complementary color
Monochromatic Colors of #102A49
Black with #102A49
Text Example
Text Example
White with #102A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A49; }
p { color: rgb(16,42,73); }
H1.HeaderClassName
{
color: #102A49;
}
.AnyTagClassName
{
color: #102A49;
}
</style>
background-color css
<style>
a { background-color: #102A49; }
a { background-color: rgb(16,42,73); }
div.DivClassName
{
background-color: #102A49;
}
.BgClassName
{
background-color: #102A49;
}
</style>
border-color css
<style>
span { border-color: #102A49; }
span { border-color: rgb(16,42,73); }
td.TdClassName
{
border-color: #102A49;
}
.TagClassName
{
border-color: #102A49;
}
</style>