Shades of Midnight Blue #102182
Tints of Midnight Blue #102182
RGB
CMYK
RGB Variations
Color information
#102182 (or 0x102182) is known color: Midnight Blue. HEX triplet: 10, 21 and 82. RGB value is (16,33,130). Sum of RGB (Red+Green+Blue) = 16+33+130=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #102182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102182 is #EFDE7D. Grayscale: #262626. Windows color (decimal): -15720062 or 8528144. OLE color: 8528144.
HSL color Cylindrical-coordinate representation of color #102182: hue angle of 231.05º 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 #102182 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 33 | 130 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.49 |
| HSL | 231.05º | 0.78% | 0.29% | - |
| HSV(B) | 231.05º | 0.88% | 0.51% | - |
| XYZ | 4.79 | 2.81 | 21.41 | - |
| YUV | 38.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 130 | 0.88 | 0.75 | 0 | 0.49 | 231.05 | 0.78 | 0.29 |
| Hex | 10 | 21 | 82 | 58 | 4B | 0 | 31 | E7 | 4E | 1D |
| Octal | 20 | 41 | 202 | 130 | 113 | 0 | 61 | 347 | 116 | 35 |
| Binary | 10000 | 100001 | 10000010 | 1011000 | 1001011 | 0 | 110001 | 11100111 | 1001110 | 11101 |
Color Harmonies of #102182
Complementary color
Monochromatic Colors of #102182
Black with #102182
Text Example
Text Example
White with #102182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102182; }
p { color: rgb(16,33,130); }
H1.HeaderClassName
{
color: #102182;
}
.AnyTagClassName
{
color: #102182;
}
</style>
background-color css
<style>
a { background-color: #102182; }
a { background-color: rgb(16,33,130); }
div.DivClassName
{
background-color: #102182;
}
.BgClassName
{
background-color: #102182;
}
</style>
border-color css
<style>
span { border-color: #102182; }
span { border-color: rgb(16,33,130); }
td.TdClassName
{
border-color: #102182;
}
.TagClassName
{
border-color: #102182;
}
</style>