Shades of Midnight #10294B
Tints of Midnight #10294B
RGB
CMYK
RGB Variations
Color information
#10294B (or 0x10294B) is known color: Midnight. HEX triplet: 10, 29 and 4B. RGB value is (16,41,75). Sum of RGB (Red+Green+Blue) = 16+41+75=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #10294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10294B is #EFD6B4. Grayscale: #252525. Windows color (decimal): -15718069 or 4925712. OLE color: 4925712.
HSL color Cylindrical-coordinate representation of color #10294B: hue angle of 214.58º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10294B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 41 | 75 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.71 |
| HSL | 214.58º | 0.65% | 0.18% | - |
| HSV(B) | 214.58º | 0.79% | 0.29% | - |
| XYZ | 2.28 | 2.2 | 6.96 | - |
| YUV | 37.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 75 | 0.79 | 0.45 | 0 | 0.71 | 214.58 | 0.65 | 0.18 |
| Hex | 10 | 29 | 4B | 4F | 2D | 0 | 47 | D7 | 41 | 12 |
| Octal | 20 | 51 | 113 | 117 | 55 | 0 | 107 | 327 | 101 | 22 |
| Binary | 10000 | 101001 | 1001011 | 1001111 | 101101 | 0 | 1000111 | 11010111 | 1000001 | 10010 |
Color Harmonies of #10294B
Complementary color
Monochromatic Colors of #10294B
Black with #10294B
Text Example
Text Example
White with #10294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10294B; }
p { color: rgb(16,41,75); }
H1.HeaderClassName
{
color: #10294B;
}
.AnyTagClassName
{
color: #10294B;
}
</style>
background-color css
<style>
a { background-color: #10294B; }
a { background-color: rgb(16,41,75); }
div.DivClassName
{
background-color: #10294B;
}
.BgClassName
{
background-color: #10294B;
}
</style>
border-color css
<style>
span { border-color: #10294B; }
span { border-color: rgb(16,41,75); }
td.TdClassName
{
border-color: #10294B;
}
.TagClassName
{
border-color: #10294B;
}
</style>