Shades of Midnight Blue #232B80
Tints of Midnight Blue #232B80
RGB
CMYK
RGB Variations
Color information
#232B80 (or 0x232B80) is known color: Midnight Blue. HEX triplet: 23, 2B and 80. RGB value is (35,43,128). Sum of RGB (Red+Green+Blue) = 35+43+128=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #232B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B80 is #DCD47F. Grayscale: #313131. Windows color (decimal): -14472320 or 8399651. OLE color: 8399651.
HSL color Cylindrical-coordinate representation of color #232B80: hue angle of 234.84º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232B80 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 43 | 128 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.50 |
| HSL | 234.84º | 0.57% | 0.32% | - |
| HSV(B) | 234.84º | 0.73% | 0.5% | - |
| XYZ | 5.45 | 3.64 | 20.84 | - |
| YUV | 50.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 128 | 0.73 | 0.66 | 0 | 0.50 | 234.84 | 0.57 | 0.32 |
| Hex | 23 | 2B | 80 | 49 | 42 | 0 | 32 | EB | 39 | 20 |
| Octal | 43 | 53 | 200 | 111 | 102 | 0 | 62 | 353 | 71 | 40 |
| Binary | 100011 | 101011 | 10000000 | 1001001 | 1000010 | 0 | 110010 | 11101011 | 111001 | 100000 |
Color Harmonies of #232B80
Complementary color
Monochromatic Colors of #232B80
Black with #232B80
Text Example
Text Example
White with #232B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B80; }
p { color: rgb(35,43,128); }
H1.HeaderClassName
{
color: #232B80;
}
.AnyTagClassName
{
color: #232B80;
}
</style>
background-color css
<style>
a { background-color: #232B80; }
a { background-color: rgb(35,43,128); }
div.DivClassName
{
background-color: #232B80;
}
.BgClassName
{
background-color: #232B80;
}
</style>
border-color css
<style>
span { border-color: #232B80; }
span { border-color: rgb(35,43,128); }
td.TdClassName
{
border-color: #232B80;
}
.TagClassName
{
border-color: #232B80;
}
</style>