Shades of Midnight Blue #232A78
Tints of Midnight Blue #232A78
RGB
CMYK
RGB Variations
Color information
#232A78 (or 0x232A78) is known color: Midnight Blue. HEX triplet: 23, 2A and 78. RGB value is (35,42,120). Sum of RGB (Red+Green+Blue) = 35+42+120=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #232A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A78 is #DCD587. Grayscale: #303030. Windows color (decimal): -14472584 or 7875107. OLE color: 7875107.
HSL color Cylindrical-coordinate representation of color #232A78: hue angle of 235.06º 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 #232A78 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 42 | 120 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.53 |
| HSL | 235.06º | 0.55% | 0.3% | - |
| HSV(B) | 235.06º | 0.71% | 0.47% | - |
| XYZ | 4.91 | 3.37 | 18.16 | - |
| YUV | 48.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 120 | 0.71 | 0.65 | 0 | 0.53 | 235.06 | 0.55 | 0.3 |
| Hex | 23 | 2A | 78 | 47 | 41 | 0 | 35 | EB | 37 | 1E |
| Octal | 43 | 52 | 170 | 107 | 101 | 0 | 65 | 353 | 67 | 36 |
| Binary | 100011 | 101010 | 1111000 | 1000111 | 1000001 | 0 | 110101 | 11101011 | 110111 | 11110 |
Color Harmonies of #232A78
Complementary color
Monochromatic Colors of #232A78
Black with #232A78
Text Example
Text Example
White with #232A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A78; }
p { color: rgb(35,42,120); }
H1.HeaderClassName
{
color: #232A78;
}
.AnyTagClassName
{
color: #232A78;
}
</style>
background-color css
<style>
a { background-color: #232A78; }
a { background-color: rgb(35,42,120); }
div.DivClassName
{
background-color: #232A78;
}
.BgClassName
{
background-color: #232A78;
}
</style>
border-color css
<style>
span { border-color: #232A78; }
span { border-color: rgb(35,42,120); }
td.TdClassName
{
border-color: #232A78;
}
.TagClassName
{
border-color: #232A78;
}
</style>