Shades of Midnight Blue #20236F
Tints of Midnight Blue #20236F
RGB
CMYK
RGB Variations
Color information
#20236F (or 0x20236F) is known color: Midnight Blue. HEX triplet: 20, 23 and 6F. RGB value is (32,35,111). Sum of RGB (Red+Green+Blue) = 32+35+111=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #20236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20236F is #DFDC90. Grayscale: #2A2A2A. Windows color (decimal): -14670993 or 7283488. OLE color: 7283488.
HSL color Cylindrical-coordinate representation of color #20236F: hue angle of 237.72º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20236F is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 35 | 111 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.56 |
| HSL | 237.72º | 0.55% | 0.28% | - |
| HSV(B) | 237.72º | 0.71% | 0.44% | - |
| XYZ | 4.07 | 2.66 | 15.34 | - |
| YUV | 42.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 111 | 0.71 | 0.68 | 0 | 0.56 | 237.72 | 0.55 | 0.28 |
| Hex | 20 | 23 | 6F | 47 | 44 | 0 | 38 | EE | 37 | 1C |
| Octal | 40 | 43 | 157 | 107 | 104 | 0 | 70 | 356 | 67 | 34 |
| Binary | 100000 | 100011 | 1101111 | 1000111 | 1000100 | 0 | 111000 | 11101110 | 110111 | 11100 |
Color Harmonies of #20236F
Complementary color
Monochromatic Colors of #20236F
Black with #20236F
Text Example
Text Example
White with #20236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20236F; }
p { color: rgb(32,35,111); }
H1.HeaderClassName
{
color: #20236F;
}
.AnyTagClassName
{
color: #20236F;
}
</style>
background-color css
<style>
a { background-color: #20236F; }
a { background-color: rgb(32,35,111); }
div.DivClassName
{
background-color: #20236F;
}
.BgClassName
{
background-color: #20236F;
}
</style>
border-color css
<style>
span { border-color: #20236F; }
span { border-color: rgb(32,35,111); }
td.TdClassName
{
border-color: #20236F;
}
.TagClassName
{
border-color: #20236F;
}
</style>