Shades of Midnight Blue #102180
Tints of Midnight Blue #102180
RGB
CMYK
RGB Variations
Color information
#102180 (or 0x102180) is known color: Midnight Blue. HEX triplet: 10, 21 and 80. RGB value is (16,33,128). Sum of RGB (Red+Green+Blue) = 16+33+128=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #102180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102180 is #EFDE7F. Grayscale: #262626. Windows color (decimal): -15720064 or 8397072. OLE color: 8397072.
HSL color Cylindrical-coordinate representation of color #102180: hue angle of 230.89º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102180 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 33 | 128 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.50 |
| HSL | 230.89º | 0.78% | 0.28% | - |
| HSV(B) | 230.89º | 0.88% | 0.5% | - |
| XYZ | 4.65 | 2.76 | 20.71 | - |
| YUV | 38.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 128 | 0.88 | 0.74 | 0 | 0.50 | 230.89 | 0.78 | 0.28 |
| Hex | 10 | 21 | 80 | 58 | 4A | 0 | 32 | E7 | 4E | 1C |
| Octal | 20 | 41 | 200 | 130 | 112 | 0 | 62 | 347 | 116 | 34 |
| Binary | 10000 | 100001 | 10000000 | 1011000 | 1001010 | 0 | 110010 | 11100111 | 1001110 | 11100 |
Color Harmonies of #102180
Complementary color
Monochromatic Colors of #102180
Black with #102180
Text Example
Text Example
White with #102180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102180; }
p { color: rgb(16,33,128); }
H1.HeaderClassName
{
color: #102180;
}
.AnyTagClassName
{
color: #102180;
}
</style>
background-color css
<style>
a { background-color: #102180; }
a { background-color: rgb(16,33,128); }
div.DivClassName
{
background-color: #102180;
}
.BgClassName
{
background-color: #102180;
}
</style>
border-color css
<style>
span { border-color: #102180; }
span { border-color: rgb(16,33,128); }
td.TdClassName
{
border-color: #102180;
}
.TagClassName
{
border-color: #102180;
}
</style>