Shades of Midnight Blue #232C7A
Tints of Midnight Blue #232C7A
RGB
CMYK
RGB Variations
Color information
#232C7A (or 0x232C7A) is known color: Midnight Blue. HEX triplet: 23, 2C and 7A. RGB value is (35,44,122). Sum of RGB (Red+Green+Blue) = 35+44+122=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #232C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C7A is #DCD385. Grayscale: #313131. Windows color (decimal): -14472070 or 8006691. OLE color: 8006691.
HSL color Cylindrical-coordinate representation of color #232C7A: hue angle of 233.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232C7A is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 44 | 122 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.52 |
| HSL | 233.79º | 0.55% | 0.31% | - |
| HSV(B) | 233.79º | 0.71% | 0.48% | - |
| XYZ | 5.11 | 3.56 | 18.83 | - |
| YUV | 50.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 122 | 0.71 | 0.64 | 0 | 0.52 | 233.79 | 0.55 | 0.31 |
| Hex | 23 | 2C | 7A | 47 | 40 | 0 | 34 | EA | 37 | 1F |
| Octal | 43 | 54 | 172 | 107 | 100 | 0 | 64 | 352 | 67 | 37 |
| Binary | 100011 | 101100 | 1111010 | 1000111 | 1000000 | 0 | 110100 | 11101010 | 110111 | 11111 |
Color Harmonies of #232C7A
Complementary color
Monochromatic Colors of #232C7A
Black with #232C7A
Text Example
Text Example
White with #232C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C7A; }
p { color: rgb(35,44,122); }
H1.HeaderClassName
{
color: #232C7A;
}
.AnyTagClassName
{
color: #232C7A;
}
</style>
background-color css
<style>
a { background-color: #232C7A; }
a { background-color: rgb(35,44,122); }
div.DivClassName
{
background-color: #232C7A;
}
.BgClassName
{
background-color: #232C7A;
}
</style>
border-color css
<style>
span { border-color: #232C7A; }
span { border-color: rgb(35,44,122); }
td.TdClassName
{
border-color: #232C7A;
}
.TagClassName
{
border-color: #232C7A;
}
</style>