Shades of Midnight Blue #232A77
Tints of Midnight Blue #232A77
RGB
CMYK
RGB Variations
Color information
#232A77 (or 0x232A77) is known color: Midnight Blue. HEX triplet: 23, 2A and 77. RGB value is (35,42,119). Sum of RGB (Red+Green+Blue) = 35+42+119=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #232A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A77 is #DCD588. Grayscale: #303030. Windows color (decimal): -14472585 or 7809571. OLE color: 7809571.
HSL color Cylindrical-coordinate representation of color #232A77: hue angle of 235º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232A77 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 42 | 119 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.53 |
| HSL | 235º | 0.55% | 0.3% | - |
| HSV(B) | 235º | 0.71% | 0.47% | - |
| XYZ | 4.85 | 3.35 | 17.84 | - |
| YUV | 48.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 119 | 0.71 | 0.65 | 0 | 0.53 | 235 | 0.55 | 0.3 |
| Hex | 23 | 2A | 77 | 47 | 41 | 0 | 35 | EB | 37 | 1E |
| Octal | 43 | 52 | 167 | 107 | 101 | 0 | 65 | 353 | 67 | 36 |
| Binary | 100011 | 101010 | 1110111 | 1000111 | 1000001 | 0 | 110101 | 11101011 | 110111 | 11110 |
Color Harmonies of #232A77
Complementary color
Monochromatic Colors of #232A77
Black with #232A77
Text Example
Text Example
White with #232A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A77; }
p { color: rgb(35,42,119); }
H1.HeaderClassName
{
color: #232A77;
}
.AnyTagClassName
{
color: #232A77;
}
</style>
background-color css
<style>
a { background-color: #232A77; }
a { background-color: rgb(35,42,119); }
div.DivClassName
{
background-color: #232A77;
}
.BgClassName
{
background-color: #232A77;
}
</style>
border-color css
<style>
span { border-color: #232A77; }
span { border-color: rgb(35,42,119); }
td.TdClassName
{
border-color: #232A77;
}
.TagClassName
{
border-color: #232A77;
}
</style>