Shades of Midnight #102A4A
Tints of Midnight #102A4A
RGB
CMYK
RGB Variations
Color information
#102A4A (or 0x102A4A) is known color: Midnight. HEX triplet: 10, 2A and 4A. RGB value is (16,42,74). Sum of RGB (Red+Green+Blue) = 16+42+74=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #102A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A4A is #EFD5B5. Grayscale: #252525. Windows color (decimal): -15717814 or 4860432. OLE color: 4860432.
HSL color Cylindrical-coordinate representation of color #102A4A: hue angle of 213.1º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102A4A is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 42 | 74 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.71 |
| HSL | 213.1º | 0.64% | 0.18% | - |
| HSV(B) | 213.1º | 0.78% | 0.29% | - |
| XYZ | 2.28 | 2.26 | 6.79 | - |
| YUV | 37.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 74 | 0.78 | 0.43 | 0 | 0.71 | 213.1 | 0.64 | 0.18 |
| Hex | 10 | 2A | 4A | 4E | 2B | 0 | 47 | D5 | 40 | 12 |
| Octal | 20 | 52 | 112 | 116 | 53 | 0 | 107 | 325 | 100 | 22 |
| Binary | 10000 | 101010 | 1001010 | 1001110 | 101011 | 0 | 1000111 | 11010101 | 1000000 | 10010 |
Color Harmonies of #102A4A
Complementary color
Monochromatic Colors of #102A4A
Black with #102A4A
Text Example
Text Example
White with #102A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A4A; }
p { color: rgb(16,42,74); }
H1.HeaderClassName
{
color: #102A4A;
}
.AnyTagClassName
{
color: #102A4A;
}
</style>
background-color css
<style>
a { background-color: #102A4A; }
a { background-color: rgb(16,42,74); }
div.DivClassName
{
background-color: #102A4A;
}
.BgClassName
{
background-color: #102A4A;
}
</style>
border-color css
<style>
span { border-color: #102A4A; }
span { border-color: rgb(16,42,74); }
td.TdClassName
{
border-color: #102A4A;
}
.TagClassName
{
border-color: #102A4A;
}
</style>