Shades of Midnight Blue #231A65
Tints of Midnight Blue #231A65
RGB
CMYK
RGB Variations
Color information
#231A65 (or 0x231A65) is known color: Midnight Blue. HEX triplet: 23, 1A and 65. RGB value is (35,26,101). Sum of RGB (Red+Green+Blue) = 35+26+101=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #231A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A65 is #DCE59A. Grayscale: #242424. Windows color (decimal): -14476699 or 6625827. OLE color: 6625827.
HSL color Cylindrical-coordinate representation of color #231A65: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231A65 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 26 | 101 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.60 |
| HSL | 247.2º | 0.59% | 0.25% | - |
| HSV(B) | 247.2º | 0.74% | 0.4% | - |
| XYZ | 3.41 | 2.04 | 12.53 | - |
| YUV | 37.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 101 | 0.65 | 0.74 | 0 | 0.60 | 247.2 | 0.59 | 0.25 |
| Hex | 23 | 1A | 65 | 41 | 4A | 0 | 3C | F7 | 3B | 19 |
| Octal | 43 | 32 | 145 | 101 | 112 | 0 | 74 | 367 | 73 | 31 |
| Binary | 100011 | 11010 | 1100101 | 1000001 | 1001010 | 0 | 111100 | 11110111 | 111011 | 11001 |
Color Harmonies of #231A65
Complementary color
Monochromatic Colors of #231A65
Black with #231A65
Text Example
Text Example
White with #231A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A65; }
p { color: rgb(35,26,101); }
H1.HeaderClassName
{
color: #231A65;
}
.AnyTagClassName
{
color: #231A65;
}
</style>
background-color css
<style>
a { background-color: #231A65; }
a { background-color: rgb(35,26,101); }
div.DivClassName
{
background-color: #231A65;
}
.BgClassName
{
background-color: #231A65;
}
</style>
border-color css
<style>
span { border-color: #231A65; }
span { border-color: rgb(35,26,101); }
td.TdClassName
{
border-color: #231A65;
}
.TagClassName
{
border-color: #231A65;
}
</style>