Shades of Midnight #10294A
Tints of Midnight #10294A
RGB
CMYK
RGB Variations
Color information
#10294A (or 0x10294A) is known color: Midnight. HEX triplet: 10, 29 and 4A. RGB value is (16,41,74). Sum of RGB (Red+Green+Blue) = 16+41+74=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #10294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10294A is #EFD6B5. Grayscale: #252525. Windows color (decimal): -15718070 or 4860176. OLE color: 4860176.
HSL color Cylindrical-coordinate representation of color #10294A: hue angle of 214.14º 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 #10294A is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 41 | 74 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.71 |
| HSL | 214.14º | 0.64% | 0.18% | - |
| HSV(B) | 214.14º | 0.78% | 0.29% | - |
| XYZ | 2.24 | 2.19 | 6.78 | - |
| YUV | 37.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 74 | 0.78 | 0.45 | 0 | 0.71 | 214.14 | 0.64 | 0.18 |
| Hex | 10 | 29 | 4A | 4E | 2D | 0 | 47 | D6 | 40 | 12 |
| Octal | 20 | 51 | 112 | 116 | 55 | 0 | 107 | 326 | 100 | 22 |
| Binary | 10000 | 101001 | 1001010 | 1001110 | 101101 | 0 | 1000111 | 11010110 | 1000000 | 10010 |
Color Harmonies of #10294A
Complementary color
Monochromatic Colors of #10294A
Black with #10294A
Text Example
Text Example
White with #10294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10294A; }
p { color: rgb(16,41,74); }
H1.HeaderClassName
{
color: #10294A;
}
.AnyTagClassName
{
color: #10294A;
}
</style>
background-color css
<style>
a { background-color: #10294A; }
a { background-color: rgb(16,41,74); }
div.DivClassName
{
background-color: #10294A;
}
.BgClassName
{
background-color: #10294A;
}
</style>
border-color css
<style>
span { border-color: #10294A; }
span { border-color: rgb(16,41,74); }
td.TdClassName
{
border-color: #10294A;
}
.TagClassName
{
border-color: #10294A;
}
</style>