Shades of Midnight Blue #202469
Tints of Midnight Blue #202469
RGB
CMYK
RGB Variations
Color information
#202469 (or 0x202469) is known color: Midnight Blue. HEX triplet: 20, 24 and 69. RGB value is (32,36,105). Sum of RGB (Red+Green+Blue) = 32+36+105=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #202469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202469 is #DFDB96. Grayscale: #2A2A2A. Windows color (decimal): -14670743 or 6890528. OLE color: 6890528.
HSL color Cylindrical-coordinate representation of color #202469: hue angle of 236.71º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #202469 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 36 | 105 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.59 |
| HSL | 236.71º | 0.53% | 0.27% | - |
| HSV(B) | 236.71º | 0.7% | 0.41% | - |
| XYZ | 3.78 | 2.59 | 13.67 | - |
| YUV | 42.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 105 | 0.70 | 0.66 | 0 | 0.59 | 236.71 | 0.53 | 0.27 |
| Hex | 20 | 24 | 69 | 46 | 42 | 0 | 3B | ED | 35 | 1B |
| Octal | 40 | 44 | 151 | 106 | 102 | 0 | 73 | 355 | 65 | 33 |
| Binary | 100000 | 100100 | 1101001 | 1000110 | 1000010 | 0 | 111011 | 11101101 | 110101 | 11011 |
Color Harmonies of #202469
Complementary color
Monochromatic Colors of #202469
Black with #202469
Text Example
Text Example
White with #202469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202469; }
p { color: rgb(32,36,105); }
H1.HeaderClassName
{
color: #202469;
}
.AnyTagClassName
{
color: #202469;
}
</style>
background-color css
<style>
a { background-color: #202469; }
a { background-color: rgb(32,36,105); }
div.DivClassName
{
background-color: #202469;
}
.BgClassName
{
background-color: #202469;
}
</style>
border-color css
<style>
span { border-color: #202469; }
span { border-color: rgb(32,36,105); }
td.TdClassName
{
border-color: #202469;
}
.TagClassName
{
border-color: #202469;
}
</style>