Shades of Midnight Blue #232B7F
Tints of Midnight Blue #232B7F
RGB
CMYK
RGB Variations
Color information
#232B7F (or 0x232B7F) is known color: Midnight Blue. HEX triplet: 23, 2B and 7F. RGB value is (35,43,127). Sum of RGB (Red+Green+Blue) = 35+43+127=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #232B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B7F is #DCD480. Grayscale: #313131. Windows color (decimal): -14472321 or 8334115. OLE color: 8334115.
HSL color Cylindrical-coordinate representation of color #232B7F: hue angle of 234.78º 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 #232B7F is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 43 | 127 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.50 |
| HSL | 234.78º | 0.57% | 0.32% | - |
| HSV(B) | 234.78º | 0.72% | 0.5% | - |
| XYZ | 5.39 | 3.62 | 20.49 | - |
| YUV | 50.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 127 | 0.72 | 0.66 | 0 | 0.50 | 234.78 | 0.57 | 0.32 |
| Hex | 23 | 2B | 7F | 48 | 42 | 0 | 32 | EB | 39 | 20 |
| Octal | 43 | 53 | 177 | 110 | 102 | 0 | 62 | 353 | 71 | 40 |
| Binary | 100011 | 101011 | 1111111 | 1001000 | 1000010 | 0 | 110010 | 11101011 | 111001 | 100000 |
Color Harmonies of #232B7F
Complementary color
Monochromatic Colors of #232B7F
Black with #232B7F
Text Example
Text Example
White with #232B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B7F; }
p { color: rgb(35,43,127); }
H1.HeaderClassName
{
color: #232B7F;
}
.AnyTagClassName
{
color: #232B7F;
}
</style>
background-color css
<style>
a { background-color: #232B7F; }
a { background-color: rgb(35,43,127); }
div.DivClassName
{
background-color: #232B7F;
}
.BgClassName
{
background-color: #232B7F;
}
</style>
border-color css
<style>
span { border-color: #232B7F; }
span { border-color: rgb(35,43,127); }
td.TdClassName
{
border-color: #232B7F;
}
.TagClassName
{
border-color: #232B7F;
}
</style>