Shades of Midnight Blue #120353
Tints of Midnight Blue #120353
RGB
CMYK
RGB Variations
Color information
#120353 (or 0x120353) is known color: Midnight Blue. HEX triplet: 12, 03 and 53. RGB value is (18,3,83). Sum of RGB (Red+Green+Blue) = 18+3+83=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #120353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120353 is #EDFCAC. Grayscale: #101010. Windows color (decimal): -15596717 or 5440274. OLE color: 5440274.
HSL color Cylindrical-coordinate representation of color #120353: hue angle of 251.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120353 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 3 | 83 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.67 |
| HSL | 251.25º | 0.93% | 0.17% | - |
| HSV(B) | 251.25º | 0.96% | 0.33% | - |
| XYZ | 1.84 | 0.82 | 8.24 | - |
| YUV | 16.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 83 | 0.78 | 0.96 | 0 | 0.67 | 251.25 | 0.93 | 0.17 |
| Hex | 12 | 3 | 53 | 4E | 60 | 0 | 43 | FB | 5D | 11 |
| Octal | 22 | 3 | 123 | 116 | 140 | 0 | 103 | 373 | 135 | 21 |
| Binary | 10010 | 11 | 1010011 | 1001110 | 1100000 | 0 | 1000011 | 11111011 | 1011101 | 10001 |
Color Harmonies of #120353
Complementary color
Monochromatic Colors of #120353
Black with #120353
Text Example
Text Example
White with #120353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120353; }
p { color: rgb(18,3,83); }
H1.HeaderClassName
{
color: #120353;
}
.AnyTagClassName
{
color: #120353;
}
</style>
background-color css
<style>
a { background-color: #120353; }
a { background-color: rgb(18,3,83); }
div.DivClassName
{
background-color: #120353;
}
.BgClassName
{
background-color: #120353;
}
</style>
border-color css
<style>
span { border-color: #120353; }
span { border-color: rgb(18,3,83); }
td.TdClassName
{
border-color: #120353;
}
.TagClassName
{
border-color: #120353;
}
</style>