Shades of Midnight Blue #232B7B
Tints of Midnight Blue #232B7B
RGB
CMYK
RGB Variations
Color information
#232B7B (or 0x232B7B) is known color: Midnight Blue. HEX triplet: 23, 2B and 7B. RGB value is (35,43,123). Sum of RGB (Red+Green+Blue) = 35+43+123=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #232B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B7B is #DCD484. Grayscale: #313131. Windows color (decimal): -14472325 or 8071971. OLE color: 8071971.
HSL color Cylindrical-coordinate representation of color #232B7B: hue angle of 234.55º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232B7B is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 43 | 123 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.52 |
| HSL | 234.55º | 0.56% | 0.31% | - |
| HSV(B) | 234.55º | 0.72% | 0.48% | - |
| XYZ | 5.13 | 3.52 | 19.15 | - |
| YUV | 49.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 123 | 0.72 | 0.65 | 0 | 0.52 | 234.55 | 0.56 | 0.31 |
| Hex | 23 | 2B | 7B | 48 | 41 | 0 | 34 | EB | 38 | 1F |
| Octal | 43 | 53 | 173 | 110 | 101 | 0 | 64 | 353 | 70 | 37 |
| Binary | 100011 | 101011 | 1111011 | 1001000 | 1000001 | 0 | 110100 | 11101011 | 111000 | 11111 |
Color Harmonies of #232B7B
Complementary color
Monochromatic Colors of #232B7B
Black with #232B7B
Text Example
Text Example
White with #232B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B7B; }
p { color: rgb(35,43,123); }
H1.HeaderClassName
{
color: #232B7B;
}
.AnyTagClassName
{
color: #232B7B;
}
</style>
background-color css
<style>
a { background-color: #232B7B; }
a { background-color: rgb(35,43,123); }
div.DivClassName
{
background-color: #232B7B;
}
.BgClassName
{
background-color: #232B7B;
}
</style>
border-color css
<style>
span { border-color: #232B7B; }
span { border-color: rgb(35,43,123); }
td.TdClassName
{
border-color: #232B7B;
}
.TagClassName
{
border-color: #232B7B;
}
</style>