Shades of Midnight Blue #231A6B
Tints of Midnight Blue #231A6B
RGB
CMYK
RGB Variations
Color information
#231A6B (or 0x231A6B) is known color: Midnight Blue. HEX triplet: 23, 1A and 6B. RGB value is (35,26,107). Sum of RGB (Red+Green+Blue) = 35+26+107=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #231A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A6B is #DCE594. Grayscale: #252525. Windows color (decimal): -14476693 or 7019043. OLE color: 7019043.
HSL color Cylindrical-coordinate representation of color #231A6B: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231A6B is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 26 | 107 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.58 |
| HSL | 246.67º | 0.61% | 0.26% | - |
| HSV(B) | 246.67º | 0.76% | 0.42% | - |
| XYZ | 3.72 | 2.16 | 14.13 | - |
| YUV | 37.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 107 | 0.67 | 0.76 | 0 | 0.58 | 246.67 | 0.61 | 0.26 |
| Hex | 23 | 1A | 6B | 43 | 4C | 0 | 3A | F7 | 3D | 1A |
| Octal | 43 | 32 | 153 | 103 | 114 | 0 | 72 | 367 | 75 | 32 |
| Binary | 100011 | 11010 | 1101011 | 1000011 | 1001100 | 0 | 111010 | 11110111 | 111101 | 11010 |
Color Harmonies of #231A6B
Complementary color
Monochromatic Colors of #231A6B
Black with #231A6B
Text Example
Text Example
White with #231A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A6B; }
p { color: rgb(35,26,107); }
H1.HeaderClassName
{
color: #231A6B;
}
.AnyTagClassName
{
color: #231A6B;
}
</style>
background-color css
<style>
a { background-color: #231A6B; }
a { background-color: rgb(35,26,107); }
div.DivClassName
{
background-color: #231A6B;
}
.BgClassName
{
background-color: #231A6B;
}
</style>
border-color css
<style>
span { border-color: #231A6B; }
span { border-color: rgb(35,26,107); }
td.TdClassName
{
border-color: #231A6B;
}
.TagClassName
{
border-color: #231A6B;
}
</style>