Shades of Midnight Blue #232A7F
Tints of Midnight Blue #232A7F
RGB
CMYK
RGB Variations
Color information
#232A7F (or 0x232A7F) is known color: Midnight Blue. HEX triplet: 23, 2A and 7F. RGB value is (35,42,127). Sum of RGB (Red+Green+Blue) = 35+42+127=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #232A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A7F is #DCD580. Grayscale: #313131. Windows color (decimal): -14472577 or 8333859. OLE color: 8333859.
HSL color Cylindrical-coordinate representation of color #232A7F: hue angle of 235.43º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232A7F is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 42 | 127 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.50 |
| HSL | 235.43º | 0.57% | 0.32% | - |
| HSV(B) | 235.43º | 0.72% | 0.5% | - |
| XYZ | 5.35 | 3.55 | 20.48 | - |
| YUV | 49.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 127 | 0.72 | 0.67 | 0 | 0.50 | 235.43 | 0.57 | 0.32 |
| Hex | 23 | 2A | 7F | 48 | 43 | 0 | 32 | EB | 39 | 20 |
| Octal | 43 | 52 | 177 | 110 | 103 | 0 | 62 | 353 | 71 | 40 |
| Binary | 100011 | 101010 | 1111111 | 1001000 | 1000011 | 0 | 110010 | 11101011 | 111001 | 100000 |
Color Harmonies of #232A7F
Complementary color
Monochromatic Colors of #232A7F
Black with #232A7F
Text Example
Text Example
White with #232A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A7F; }
p { color: rgb(35,42,127); }
H1.HeaderClassName
{
color: #232A7F;
}
.AnyTagClassName
{
color: #232A7F;
}
</style>
background-color css
<style>
a { background-color: #232A7F; }
a { background-color: rgb(35,42,127); }
div.DivClassName
{
background-color: #232A7F;
}
.BgClassName
{
background-color: #232A7F;
}
</style>
border-color css
<style>
span { border-color: #232A7F; }
span { border-color: rgb(35,42,127); }
td.TdClassName
{
border-color: #232A7F;
}
.TagClassName
{
border-color: #232A7F;
}
</style>