Shades of Midnight Blue #231A6D
Tints of Midnight Blue #231A6D
RGB
CMYK
RGB Variations
Color information
#231A6D (or 0x231A6D) is known color: Midnight Blue. HEX triplet: 23, 1A and 6D. RGB value is (35,26,109). Sum of RGB (Red+Green+Blue) = 35+26+109=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #231A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A6D is #DCE592. Grayscale: #252525. Windows color (decimal): -14476691 or 7150115. OLE color: 7150115.
HSL color Cylindrical-coordinate representation of color #231A6D: hue angle of 246.51º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231A6D is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 26 | 109 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.57 |
| HSL | 246.51º | 0.61% | 0.26% | - |
| HSV(B) | 246.51º | 0.76% | 0.43% | - |
| XYZ | 3.82 | 2.2 | 14.69 | - |
| YUV | 38.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 109 | 0.68 | 0.76 | 0 | 0.57 | 246.51 | 0.61 | 0.26 |
| Hex | 23 | 1A | 6D | 44 | 4C | 0 | 39 | F7 | 3D | 1A |
| Octal | 43 | 32 | 155 | 104 | 114 | 0 | 71 | 367 | 75 | 32 |
| Binary | 100011 | 11010 | 1101101 | 1000100 | 1001100 | 0 | 111001 | 11110111 | 111101 | 11010 |
Color Harmonies of #231A6D
Complementary color
Monochromatic Colors of #231A6D
Black with #231A6D
Text Example
Text Example
White with #231A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A6D; }
p { color: rgb(35,26,109); }
H1.HeaderClassName
{
color: #231A6D;
}
.AnyTagClassName
{
color: #231A6D;
}
</style>
background-color css
<style>
a { background-color: #231A6D; }
a { background-color: rgb(35,26,109); }
div.DivClassName
{
background-color: #231A6D;
}
.BgClassName
{
background-color: #231A6D;
}
</style>
border-color css
<style>
span { border-color: #231A6D; }
span { border-color: rgb(35,26,109); }
td.TdClassName
{
border-color: #231A6D;
}
.TagClassName
{
border-color: #231A6D;
}
</style>