Shades of Midnight Blue #102383
Tints of Midnight Blue #102383
RGB
CMYK
RGB Variations
Color information
#102383 (or 0x102383) is known color: Midnight Blue. HEX triplet: 10, 23 and 83. RGB value is (16,35,131). Sum of RGB (Red+Green+Blue) = 16+35+131=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #102383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102383 is #EFDC7C. Grayscale: #272727. Windows color (decimal): -15719549 or 8594192. OLE color: 8594192.
HSL color Cylindrical-coordinate representation of color #102383: hue angle of 230.09º 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 #102383 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 35 | 131 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.49 |
| HSL | 230.09º | 0.78% | 0.29% | - |
| HSV(B) | 230.09º | 0.88% | 0.51% | - |
| XYZ | 4.91 | 2.95 | 21.78 | - |
| YUV | 40.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 131 | 0.88 | 0.73 | 0 | 0.49 | 230.09 | 0.78 | 0.29 |
| Hex | 10 | 23 | 83 | 58 | 49 | 0 | 31 | E6 | 4E | 1D |
| Octal | 20 | 43 | 203 | 130 | 111 | 0 | 61 | 346 | 116 | 35 |
| Binary | 10000 | 100011 | 10000011 | 1011000 | 1001001 | 0 | 110001 | 11100110 | 1001110 | 11101 |
Color Harmonies of #102383
Complementary color
Monochromatic Colors of #102383
Black with #102383
Text Example
Text Example
White with #102383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102383; }
p { color: rgb(16,35,131); }
H1.HeaderClassName
{
color: #102383;
}
.AnyTagClassName
{
color: #102383;
}
</style>
background-color css
<style>
a { background-color: #102383; }
a { background-color: rgb(16,35,131); }
div.DivClassName
{
background-color: #102383;
}
.BgClassName
{
background-color: #102383;
}
</style>
border-color css
<style>
span { border-color: #102383; }
span { border-color: rgb(16,35,131); }
td.TdClassName
{
border-color: #102383;
}
.TagClassName
{
border-color: #102383;
}
</style>