Shades of Midnight Blue #101C82
Tints of Midnight Blue #101C82
RGB
CMYK
RGB Variations
Color information
#101C82 (or 0x101C82) is known color: Midnight Blue. HEX triplet: 10, 1C and 82. RGB value is (16,28,130). Sum of RGB (Red+Green+Blue) = 16+28+130=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #101C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101C82 is #EFE37D. Grayscale: #232323. Windows color (decimal): -15721342 or 8526864. OLE color: 8526864.
HSL color Cylindrical-coordinate representation of color #101C82: hue angle of 233.68º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101C82 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 28 | 130 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.49 |
| HSL | 233.68º | 0.78% | 0.29% | - |
| HSV(B) | 233.68º | 0.88% | 0.51% | - |
| XYZ | 4.66 | 2.55 | 21.37 | - |
| YUV | 36.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 130 | 0.88 | 0.78 | 0 | 0.49 | 233.68 | 0.78 | 0.29 |
| Hex | 10 | 1C | 82 | 58 | 4E | 0 | 31 | EA | 4E | 1D |
| Octal | 20 | 34 | 202 | 130 | 116 | 0 | 61 | 352 | 116 | 35 |
| Binary | 10000 | 11100 | 10000010 | 1011000 | 1001110 | 0 | 110001 | 11101010 | 1001110 | 11101 |
Color Harmonies of #101C82
Complementary color
Monochromatic Colors of #101C82
Black with #101C82
Text Example
Text Example
White with #101C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C82; }
p { color: rgb(16,28,130); }
H1.HeaderClassName
{
color: #101C82;
}
.AnyTagClassName
{
color: #101C82;
}
</style>
background-color css
<style>
a { background-color: #101C82; }
a { background-color: rgb(16,28,130); }
div.DivClassName
{
background-color: #101C82;
}
.BgClassName
{
background-color: #101C82;
}
</style>
border-color css
<style>
span { border-color: #101C82; }
span { border-color: rgb(16,28,130); }
td.TdClassName
{
border-color: #101C82;
}
.TagClassName
{
border-color: #101C82;
}
</style>