Shades of Midnight Blue #101B69
Tints of Midnight Blue #101B69
RGB
CMYK
RGB Variations
Color information
#101B69 (or 0x101B69) is known color: Midnight Blue. HEX triplet: 10, 1B and 69. RGB value is (16,27,105). Sum of RGB (Red+Green+Blue) = 16+27+105=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #101B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B69 is #EFE496. Grayscale: #202020. Windows color (decimal): -15721623 or 6888208. OLE color: 6888208.
HSL color Cylindrical-coordinate representation of color #101B69: hue angle of 232.58º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101B69 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 27 | 105 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.59 |
| HSL | 232.58º | 0.74% | 0.24% | - |
| HSV(B) | 232.58º | 0.85% | 0.41% | - |
| XYZ | 3.16 | 1.91 | 13.57 | - |
| YUV | 32.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 105 | 0.85 | 0.74 | 0 | 0.59 | 232.58 | 0.74 | 0.24 |
| Hex | 10 | 1B | 69 | 55 | 4A | 0 | 3B | E9 | 4A | 18 |
| Octal | 20 | 33 | 151 | 125 | 112 | 0 | 73 | 351 | 112 | 30 |
| Binary | 10000 | 11011 | 1101001 | 1010101 | 1001010 | 0 | 111011 | 11101001 | 1001010 | 11000 |
Color Harmonies of #101B69
Complementary color
Monochromatic Colors of #101B69
Black with #101B69
Text Example
Text Example
White with #101B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B69; }
p { color: rgb(16,27,105); }
H1.HeaderClassName
{
color: #101B69;
}
.AnyTagClassName
{
color: #101B69;
}
</style>
background-color css
<style>
a { background-color: #101B69; }
a { background-color: rgb(16,27,105); }
div.DivClassName
{
background-color: #101B69;
}
.BgClassName
{
background-color: #101B69;
}
</style>
border-color css
<style>
span { border-color: #101B69; }
span { border-color: rgb(16,27,105); }
td.TdClassName
{
border-color: #101B69;
}
.TagClassName
{
border-color: #101B69;
}
</style>