Shades of Midnight #102A4D
Tints of Midnight #102A4D
RGB
CMYK
RGB Variations
Color information
#102A4D (or 0x102A4D) is known color: Midnight. HEX triplet: 10, 2A and 4D. RGB value is (16,42,77). Sum of RGB (Red+Green+Blue) = 16+42+77=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #102A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A4D is #EFD5B2. Grayscale: #262626. Windows color (decimal): -15717811 or 5057040. OLE color: 5057040.
HSL color Cylindrical-coordinate representation of color #102A4D: hue angle of 214.43º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #102A4D is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 42 | 77 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.70 |
| HSL | 214.43º | 0.66% | 0.18% | - |
| HSV(B) | 214.43º | 0.79% | 0.3% | - |
| XYZ | 2.38 | 2.3 | 7.34 | - |
| YUV | 38.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 77 | 0.79 | 0.45 | 0 | 0.70 | 214.43 | 0.66 | 0.18 |
| Hex | 10 | 2A | 4D | 4F | 2D | 0 | 46 | D6 | 42 | 12 |
| Octal | 20 | 52 | 115 | 117 | 55 | 0 | 106 | 326 | 102 | 22 |
| Binary | 10000 | 101010 | 1001101 | 1001111 | 101101 | 0 | 1000110 | 11010110 | 1000010 | 10010 |
Color Harmonies of #102A4D
Complementary color
Monochromatic Colors of #102A4D
Black with #102A4D
Text Example
Text Example
White with #102A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A4D; }
p { color: rgb(16,42,77); }
H1.HeaderClassName
{
color: #102A4D;
}
.AnyTagClassName
{
color: #102A4D;
}
</style>
background-color css
<style>
a { background-color: #102A4D; }
a { background-color: rgb(16,42,77); }
div.DivClassName
{
background-color: #102A4D;
}
.BgClassName
{
background-color: #102A4D;
}
</style>
border-color css
<style>
span { border-color: #102A4D; }
span { border-color: rgb(16,42,77); }
td.TdClassName
{
border-color: #102A4D;
}
.TagClassName
{
border-color: #102A4D;
}
</style>