Shades of Midnight Blue #100B74
Tints of Midnight Blue #100B74
RGB
CMYK
RGB Variations
Color information
#100B74 (or 0x100B74) is known color: Midnight Blue. HEX triplet: 10, 0B and 74. RGB value is (16,11,116). Sum of RGB (Red+Green+Blue) = 16+11+116=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #100B74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B74 is #EFF48B. Grayscale: #181818. Windows color (decimal): -15725708 or 7605008. OLE color: 7605008.
HSL color Cylindrical-coordinate representation of color #100B74: hue angle of 242.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100B74 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 11 | 116 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.55 |
| HSL | 242.86º | 0.83% | 0.25% | - |
| HSV(B) | 242.86º | 0.91% | 0.45% | - |
| XYZ | 3.49 | 1.61 | 16.65 | - |
| YUV | 24.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 116 | 0.86 | 0.91 | 0 | 0.55 | 242.86 | 0.83 | 0.25 |
| Hex | 10 | B | 74 | 56 | 5B | 0 | 37 | F3 | 53 | 19 |
| Octal | 20 | 13 | 164 | 126 | 133 | 0 | 67 | 363 | 123 | 31 |
| Binary | 10000 | 1011 | 1110100 | 1010110 | 1011011 | 0 | 110111 | 11110011 | 1010011 | 11001 |
Color Harmonies of #100B74
Complementary color
Monochromatic Colors of #100B74
Black with #100B74
Text Example
Text Example
White with #100B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B74; }
p { color: rgb(16,11,116); }
H1.HeaderClassName
{
color: #100B74;
}
.AnyTagClassName
{
color: #100B74;
}
</style>
background-color css
<style>
a { background-color: #100B74; }
a { background-color: rgb(16,11,116); }
div.DivClassName
{
background-color: #100B74;
}
.BgClassName
{
background-color: #100B74;
}
</style>
border-color css
<style>
span { border-color: #100B74; }
span { border-color: rgb(16,11,116); }
td.TdClassName
{
border-color: #100B74;
}
.TagClassName
{
border-color: #100B74;
}
</style>