Shades of Midnight Blue #101774
Tints of Midnight Blue #101774
RGB
CMYK
RGB Variations
Color information
#101774 (or 0x101774) is known color: Midnight Blue. HEX triplet: 10, 17 and 74. RGB value is (16,23,116). Sum of RGB (Red+Green+Blue) = 16+23+116=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #101774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101774 is #EFE88B. Grayscale: #1F1F1F. Windows color (decimal): -15722636 or 7608080. OLE color: 7608080.
HSL color Cylindrical-coordinate representation of color #101774: hue angle of 235.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101774 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 23 | 116 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.55 |
| HSL | 235.8º | 0.76% | 0.26% | - |
| HSV(B) | 235.8º | 0.86% | 0.45% | - |
| XYZ | 3.67 | 1.98 | 16.71 | - |
| YUV | 31.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 116 | 0.86 | 0.80 | 0 | 0.55 | 235.8 | 0.76 | 0.26 |
| Hex | 10 | 17 | 74 | 56 | 50 | 0 | 37 | EC | 4C | 1A |
| Octal | 20 | 27 | 164 | 126 | 120 | 0 | 67 | 354 | 114 | 32 |
| Binary | 10000 | 10111 | 1110100 | 1010110 | 1010000 | 0 | 110111 | 11101100 | 1001100 | 11010 |
Color Harmonies of #101774
Complementary color
Monochromatic Colors of #101774
Black with #101774
Text Example
Text Example
White with #101774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101774; }
p { color: rgb(16,23,116); }
H1.HeaderClassName
{
color: #101774;
}
.AnyTagClassName
{
color: #101774;
}
</style>
background-color css
<style>
a { background-color: #101774; }
a { background-color: rgb(16,23,116); }
div.DivClassName
{
background-color: #101774;
}
.BgClassName
{
background-color: #101774;
}
</style>
border-color css
<style>
span { border-color: #101774; }
span { border-color: rgb(16,23,116); }
td.TdClassName
{
border-color: #101774;
}
.TagClassName
{
border-color: #101774;
}
</style>