Shades of Midnight Blue #232C79
Tints of Midnight Blue #232C79
RGB
CMYK
RGB Variations
Color information
#232C79 (or 0x232C79) is known color: Midnight Blue. HEX triplet: 23, 2C and 79. RGB value is (35,44,121). Sum of RGB (Red+Green+Blue) = 35+44+121=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #232C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C79 is #DCD386. Grayscale: #313131. Windows color (decimal): -14472071 or 7941155. OLE color: 7941155.
HSL color Cylindrical-coordinate representation of color #232C79: hue angle of 233.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232C79 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 44 | 121 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.53 |
| HSL | 233.72º | 0.55% | 0.31% | - |
| HSV(B) | 233.72º | 0.71% | 0.47% | - |
| XYZ | 5.05 | 3.54 | 18.51 | - |
| YUV | 50.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 121 | 0.71 | 0.64 | 0 | 0.53 | 233.72 | 0.55 | 0.31 |
| Hex | 23 | 2C | 79 | 47 | 40 | 0 | 35 | EA | 37 | 1F |
| Octal | 43 | 54 | 171 | 107 | 100 | 0 | 65 | 352 | 67 | 37 |
| Binary | 100011 | 101100 | 1111001 | 1000111 | 1000000 | 0 | 110101 | 11101010 | 110111 | 11111 |
Color Harmonies of #232C79
Complementary color
Monochromatic Colors of #232C79
Black with #232C79
Text Example
Text Example
White with #232C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C79; }
p { color: rgb(35,44,121); }
H1.HeaderClassName
{
color: #232C79;
}
.AnyTagClassName
{
color: #232C79;
}
</style>
background-color css
<style>
a { background-color: #232C79; }
a { background-color: rgb(35,44,121); }
div.DivClassName
{
background-color: #232C79;
}
.BgClassName
{
background-color: #232C79;
}
</style>
border-color css
<style>
span { border-color: #232C79; }
span { border-color: rgb(35,44,121); }
td.TdClassName
{
border-color: #232C79;
}
.TagClassName
{
border-color: #232C79;
}
</style>