Shades of Midnight Blue #232A7D
Tints of Midnight Blue #232A7D
RGB
CMYK
RGB Variations
Color information
#232A7D (or 0x232A7D) is known color: Midnight Blue. HEX triplet: 23, 2A and 7D. RGB value is (35,42,125). Sum of RGB (Red+Green+Blue) = 35+42+125=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #232A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A7D is #DCD582. Grayscale: #313131. Windows color (decimal): -14472579 or 8202787. OLE color: 8202787.
HSL color Cylindrical-coordinate representation of color #232A7D: hue angle of 235.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232A7D is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 42 | 125 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.51 |
| HSL | 235.33º | 0.56% | 0.31% | - |
| HSV(B) | 235.33º | 0.72% | 0.49% | - |
| XYZ | 5.22 | 3.49 | 19.8 | - |
| YUV | 49.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 125 | 0.72 | 0.66 | 0 | 0.51 | 235.33 | 0.56 | 0.31 |
| Hex | 23 | 2A | 7D | 48 | 42 | 0 | 33 | EB | 38 | 1F |
| Octal | 43 | 52 | 175 | 110 | 102 | 0 | 63 | 353 | 70 | 37 |
| Binary | 100011 | 101010 | 1111101 | 1001000 | 1000010 | 0 | 110011 | 11101011 | 111000 | 11111 |
Color Harmonies of #232A7D
Complementary color
Monochromatic Colors of #232A7D
Black with #232A7D
Text Example
Text Example
White with #232A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A7D; }
p { color: rgb(35,42,125); }
H1.HeaderClassName
{
color: #232A7D;
}
.AnyTagClassName
{
color: #232A7D;
}
</style>
background-color css
<style>
a { background-color: #232A7D; }
a { background-color: rgb(35,42,125); }
div.DivClassName
{
background-color: #232A7D;
}
.BgClassName
{
background-color: #232A7D;
}
</style>
border-color css
<style>
span { border-color: #232A7D; }
span { border-color: rgb(35,42,125); }
td.TdClassName
{
border-color: #232A7D;
}
.TagClassName
{
border-color: #232A7D;
}
</style>