Shades of Midnight Blue #232B7D
Tints of Midnight Blue #232B7D
RGB
CMYK
RGB Variations
Color information
#232B7D (or 0x232B7D) is known color: Midnight Blue. HEX triplet: 23, 2B and 7D. RGB value is (35,43,125). Sum of RGB (Red+Green+Blue) = 35+43+125=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #232B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B7D is #DCD482. Grayscale: #313131. Windows color (decimal): -14472323 or 8203043. OLE color: 8203043.
HSL color Cylindrical-coordinate representation of color #232B7D: hue angle of 234.67º 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 #232B7D is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 43 | 125 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.51 |
| HSL | 234.67º | 0.56% | 0.31% | - |
| HSV(B) | 234.67º | 0.72% | 0.49% | - |
| XYZ | 5.26 | 3.57 | 19.81 | - |
| YUV | 49.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 125 | 0.72 | 0.66 | 0 | 0.51 | 234.67 | 0.56 | 0.31 |
| Hex | 23 | 2B | 7D | 48 | 42 | 0 | 33 | EB | 38 | 1F |
| Octal | 43 | 53 | 175 | 110 | 102 | 0 | 63 | 353 | 70 | 37 |
| Binary | 100011 | 101011 | 1111101 | 1001000 | 1000010 | 0 | 110011 | 11101011 | 111000 | 11111 |
Color Harmonies of #232B7D
Complementary color
Monochromatic Colors of #232B7D
Black with #232B7D
Text Example
Text Example
White with #232B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B7D; }
p { color: rgb(35,43,125); }
H1.HeaderClassName
{
color: #232B7D;
}
.AnyTagClassName
{
color: #232B7D;
}
</style>
background-color css
<style>
a { background-color: #232B7D; }
a { background-color: rgb(35,43,125); }
div.DivClassName
{
background-color: #232B7D;
}
.BgClassName
{
background-color: #232B7D;
}
</style>
border-color css
<style>
span { border-color: #232B7D; }
span { border-color: rgb(35,43,125); }
td.TdClassName
{
border-color: #232B7D;
}
.TagClassName
{
border-color: #232B7D;
}
</style>