Shades of Midnight Blue #231A6A
Tints of Midnight Blue #231A6A
RGB
CMYK
RGB Variations
Color information
#231A6A (or 0x231A6A) is known color: Midnight Blue. HEX triplet: 23, 1A and 6A. RGB value is (35,26,106). Sum of RGB (Red+Green+Blue) = 35+26+106=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #231A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A6A is #DCE595. Grayscale: #252525. Windows color (decimal): -14476694 or 6953507. OLE color: 6953507.
HSL color Cylindrical-coordinate representation of color #231A6A: hue angle of 246.75º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231A6A is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 26 | 106 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.58 |
| HSL | 246.75º | 0.61% | 0.26% | - |
| HSV(B) | 246.75º | 0.75% | 0.42% | - |
| XYZ | 3.66 | 2.14 | 13.85 | - |
| YUV | 37.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 106 | 0.67 | 0.75 | 0 | 0.58 | 246.75 | 0.61 | 0.26 |
| Hex | 23 | 1A | 6A | 43 | 4B | 0 | 3A | F7 | 3D | 1A |
| Octal | 43 | 32 | 152 | 103 | 113 | 0 | 72 | 367 | 75 | 32 |
| Binary | 100011 | 11010 | 1101010 | 1000011 | 1001011 | 0 | 111010 | 11110111 | 111101 | 11010 |
Color Harmonies of #231A6A
Complementary color
Monochromatic Colors of #231A6A
Black with #231A6A
Text Example
Text Example
White with #231A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A6A; }
p { color: rgb(35,26,106); }
H1.HeaderClassName
{
color: #231A6A;
}
.AnyTagClassName
{
color: #231A6A;
}
</style>
background-color css
<style>
a { background-color: #231A6A; }
a { background-color: rgb(35,26,106); }
div.DivClassName
{
background-color: #231A6A;
}
.BgClassName
{
background-color: #231A6A;
}
</style>
border-color css
<style>
span { border-color: #231A6A; }
span { border-color: rgb(35,26,106); }
td.TdClassName
{
border-color: #231A6A;
}
.TagClassName
{
border-color: #231A6A;
}
</style>