Shades of Midnight Express #10194B
Tints of Midnight Express #10194B
RGB
CMYK
RGB Variations
Color information
#10194B (or 0x10194B) is known color: Midnight Express. HEX triplet: 10, 19 and 4B. RGB value is (16,25,75). Sum of RGB (Red+Green+Blue) = 16+25+75=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #10194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10194B is #EFE6B4. Grayscale: #1B1B1B. Windows color (decimal): -15722165 or 4921616. OLE color: 4921616.
HSL color Cylindrical-coordinate representation of color #10194B: hue angle of 230.85º 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 #10194B is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 25 | 75 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.71 |
| HSL | 230.85º | 0.65% | 0.18% | - |
| HSV(B) | 230.85º | 0.79% | 0.29% | - |
| XYZ | 1.83 | 1.31 | 6.81 | - |
| YUV | 28.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 75 | 0.79 | 0.67 | 0 | 0.71 | 230.85 | 0.65 | 0.18 |
| Hex | 10 | 19 | 4B | 4F | 43 | 0 | 47 | E7 | 41 | 12 |
| Octal | 20 | 31 | 113 | 117 | 103 | 0 | 107 | 347 | 101 | 22 |
| Binary | 10000 | 11001 | 1001011 | 1001111 | 1000011 | 0 | 1000111 | 11100111 | 1000001 | 10010 |
Color Harmonies of #10194B
Complementary color
Monochromatic Colors of #10194B
Black with #10194B
Text Example
Text Example
White with #10194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10194B; }
p { color: rgb(16,25,75); }
H1.HeaderClassName
{
color: #10194B;
}
.AnyTagClassName
{
color: #10194B;
}
</style>
background-color css
<style>
a { background-color: #10194B; }
a { background-color: rgb(16,25,75); }
div.DivClassName
{
background-color: #10194B;
}
.BgClassName
{
background-color: #10194B;
}
</style>
border-color css
<style>
span { border-color: #10194B; }
span { border-color: rgb(16,25,75); }
td.TdClassName
{
border-color: #10194B;
}
.TagClassName
{
border-color: #10194B;
}
</style>