Shades of Midnight #10294E
Tints of Midnight #10294E
RGB
CMYK
RGB Variations
Color information
#10294E (or 0x10294E) is known color: Midnight. HEX triplet: 10, 29 and 4E. RGB value is (16,41,78). Sum of RGB (Red+Green+Blue) = 16+41+78=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #10294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10294E is #EFD6B1. Grayscale: #252525. Windows color (decimal): -15718066 or 5122320. OLE color: 5122320.
HSL color Cylindrical-coordinate representation of color #10294E: hue angle of 215.81º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10294E is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 41 | 78 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.69 |
| HSL | 215.81º | 0.66% | 0.18% | - |
| HSV(B) | 215.81º | 0.79% | 0.31% | - |
| XYZ | 2.38 | 2.25 | 7.52 | - |
| YUV | 37.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 78 | 0.79 | 0.47 | 0 | 0.69 | 215.81 | 0.66 | 0.18 |
| Hex | 10 | 29 | 4E | 4F | 2F | 0 | 45 | D8 | 42 | 12 |
| Octal | 20 | 51 | 116 | 117 | 57 | 0 | 105 | 330 | 102 | 22 |
| Binary | 10000 | 101001 | 1001110 | 1001111 | 101111 | 0 | 1000101 | 11011000 | 1000010 | 10010 |
Color Harmonies of #10294E
Complementary color
Monochromatic Colors of #10294E
Black with #10294E
Text Example
Text Example
White with #10294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10294E; }
p { color: rgb(16,41,78); }
H1.HeaderClassName
{
color: #10294E;
}
.AnyTagClassName
{
color: #10294E;
}
</style>
background-color css
<style>
a { background-color: #10294E; }
a { background-color: rgb(16,41,78); }
div.DivClassName
{
background-color: #10294E;
}
.BgClassName
{
background-color: #10294E;
}
</style>
border-color css
<style>
span { border-color: #10294E; }
span { border-color: rgb(16,41,78); }
td.TdClassName
{
border-color: #10294E;
}
.TagClassName
{
border-color: #10294E;
}
</style>