Shades of Midnight Blue #23206F
Tints of Midnight Blue #23206F
RGB
CMYK
RGB Variations
Color information
#23206F (or 0x23206F) is known color: Midnight Blue. HEX triplet: 23, 20 and 6F. RGB value is (35,32,111). Sum of RGB (Red+Green+Blue) = 35+32+111=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 32 (12.89% from 255 or 17.98% 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 #23206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23206F is #DCDF90. Grayscale: #292929. Windows color (decimal): -14475153 or 7282723. OLE color: 7282723.
HSL color Cylindrical-coordinate representation of color #23206F: hue angle of 242.28º 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 #23206F is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 32 | 111 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.56 |
| HSL | 242.28º | 0.55% | 0.28% | - |
| HSV(B) | 242.28º | 0.71% | 0.44% | - |
| XYZ | 4.08 | 2.54 | 15.31 | - |
| YUV | 41.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 111 | 0.68 | 0.71 | 0 | 0.56 | 242.28 | 0.55 | 0.28 |
| Hex | 23 | 20 | 6F | 44 | 47 | 0 | 38 | F2 | 37 | 1C |
| Octal | 43 | 40 | 157 | 104 | 107 | 0 | 70 | 362 | 67 | 34 |
| Binary | 100011 | 100000 | 1101111 | 1000100 | 1000111 | 0 | 111000 | 11110010 | 110111 | 11100 |
Color Harmonies of #23206F
Complementary color
Monochromatic Colors of #23206F
Black with #23206F
Text Example
Text Example
White with #23206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23206F; }
p { color: rgb(35,32,111); }
H1.HeaderClassName
{
color: #23206F;
}
.AnyTagClassName
{
color: #23206F;
}
</style>
background-color css
<style>
a { background-color: #23206F; }
a { background-color: rgb(35,32,111); }
div.DivClassName
{
background-color: #23206F;
}
.BgClassName
{
background-color: #23206F;
}
</style>
border-color css
<style>
span { border-color: #23206F; }
span { border-color: rgb(35,32,111); }
td.TdClassName
{
border-color: #23206F;
}
.TagClassName
{
border-color: #23206F;
}
</style>