Shades of Midnight Blue #231D6B
Tints of Midnight Blue #231D6B
RGB
CMYK
RGB Variations
Color information
#231D6B (or 0x231D6B) is known color: Midnight Blue. HEX triplet: 23, 1D and 6B. RGB value is (35,29,107). Sum of RGB (Red+Green+Blue) = 35+29+107=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #231D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D6B is #DCE294. Grayscale: #272727. Windows color (decimal): -14475925 or 7019811. OLE color: 7019811.
HSL color Cylindrical-coordinate representation of color #231D6B: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231D6B is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 29 | 107 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.58 |
| HSL | 244.62º | 0.57% | 0.27% | - |
| HSV(B) | 244.62º | 0.73% | 0.42% | - |
| XYZ | 3.79 | 2.3 | 14.15 | - |
| YUV | 39.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 107 | 0.67 | 0.73 | 0 | 0.58 | 244.62 | 0.57 | 0.27 |
| Hex | 23 | 1D | 6B | 43 | 49 | 0 | 3A | F5 | 39 | 1B |
| Octal | 43 | 35 | 153 | 103 | 111 | 0 | 72 | 365 | 71 | 33 |
| Binary | 100011 | 11101 | 1101011 | 1000011 | 1001001 | 0 | 111010 | 11110101 | 111001 | 11011 |
Color Harmonies of #231D6B
Complementary color
Monochromatic Colors of #231D6B
Black with #231D6B
Text Example
Text Example
White with #231D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D6B; }
p { color: rgb(35,29,107); }
H1.HeaderClassName
{
color: #231D6B;
}
.AnyTagClassName
{
color: #231D6B;
}
</style>
background-color css
<style>
a { background-color: #231D6B; }
a { background-color: rgb(35,29,107); }
div.DivClassName
{
background-color: #231D6B;
}
.BgClassName
{
background-color: #231D6B;
}
</style>
border-color css
<style>
span { border-color: #231D6B; }
span { border-color: rgb(35,29,107); }
td.TdClassName
{
border-color: #231D6B;
}
.TagClassName
{
border-color: #231D6B;
}
</style>