Shades of Midnight Blue #101B7D
Tints of Midnight Blue #101B7D
RGB
CMYK
RGB Variations
Color information
#101B7D (or 0x101B7D) is known color: Midnight Blue. HEX triplet: 10, 1B and 7D. RGB value is (16,27,125). Sum of RGB (Red+Green+Blue) = 16+27+125=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #101B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B7D is #EFE482. Grayscale: #222222. Windows color (decimal): -15721603 or 8198928. OLE color: 8198928.
HSL color Cylindrical-coordinate representation of color #101B7D: hue angle of 233.94º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101B7D is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 27 | 125 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.51 |
| HSL | 233.95º | 0.77% | 0.28% | - |
| HSV(B) | 233.95º | 0.87% | 0.49% | - |
| XYZ | 4.31 | 2.37 | 19.63 | - |
| YUV | 34.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 125 | 0.87 | 0.78 | 0 | 0.51 | 233.95 | 0.77 | 0.28 |
| Hex | 10 | 1B | 7D | 57 | 4E | 0 | 33 | EA | 4D | 1C |
| Octal | 20 | 33 | 175 | 127 | 116 | 0 | 63 | 352 | 115 | 34 |
| Binary | 10000 | 11011 | 1111101 | 1010111 | 1001110 | 0 | 110011 | 11101010 | 1001101 | 11100 |
Color Harmonies of #101B7D
Complementary color
Monochromatic Colors of #101B7D
Black with #101B7D
Text Example
Text Example
White with #101B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B7D; }
p { color: rgb(16,27,125); }
H1.HeaderClassName
{
color: #101B7D;
}
.AnyTagClassName
{
color: #101B7D;
}
</style>
background-color css
<style>
a { background-color: #101B7D; }
a { background-color: rgb(16,27,125); }
div.DivClassName
{
background-color: #101B7D;
}
.BgClassName
{
background-color: #101B7D;
}
</style>
border-color css
<style>
span { border-color: #101B7D; }
span { border-color: rgb(16,27,125); }
td.TdClassName
{
border-color: #101B7D;
}
.TagClassName
{
border-color: #101B7D;
}
</style>