Shades of Midnight Blue #20238A
Tints of Midnight Blue #20238A
RGB
CMYK
RGB Variations
Color information
#20238A (or 0x20238A) is known color: Midnight Blue. HEX triplet: 20, 23 and 8A. RGB value is (32,35,138). Sum of RGB (Red+Green+Blue) = 32+35+138=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #20238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20238A is #DFDC75. Grayscale: #2D2D2D. Windows color (decimal): -14670966 or 9052960. OLE color: 9052960.
HSL color Cylindrical-coordinate representation of color #20238A: hue angle of 238.3º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20238A is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 35 | 138 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.46 |
| HSL | 238.3º | 0.62% | 0.33% | - |
| HSV(B) | 238.3º | 0.77% | 0.54% | - |
| XYZ | 5.78 | 3.34 | 24.39 | - |
| YUV | 45.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 138 | 0.77 | 0.75 | 0 | 0.46 | 238.3 | 0.62 | 0.33 |
| Hex | 20 | 23 | 8A | 4D | 4B | 0 | 2E | EE | 3E | 21 |
| Octal | 40 | 43 | 212 | 115 | 113 | 0 | 56 | 356 | 76 | 41 |
| Binary | 100000 | 100011 | 10001010 | 1001101 | 1001011 | 0 | 101110 | 11101110 | 111110 | 100001 |
Color Harmonies of #20238A
Complementary color
Monochromatic Colors of #20238A
Black with #20238A
Text Example
Text Example
White with #20238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20238A; }
p { color: rgb(32,35,138); }
H1.HeaderClassName
{
color: #20238A;
}
.AnyTagClassName
{
color: #20238A;
}
</style>
background-color css
<style>
a { background-color: #20238A; }
a { background-color: rgb(32,35,138); }
div.DivClassName
{
background-color: #20238A;
}
.BgClassName
{
background-color: #20238A;
}
</style>
border-color css
<style>
span { border-color: #20238A; }
span { border-color: rgb(32,35,138); }
td.TdClassName
{
border-color: #20238A;
}
.TagClassName
{
border-color: #20238A;
}
</style>