Shades of Midnight Blue #232B7A
Tints of Midnight Blue #232B7A
RGB
CMYK
RGB Variations
Color information
#232B7A (or 0x232B7A) is known color: Midnight Blue. HEX triplet: 23, 2B and 7A. RGB value is (35,43,122). Sum of RGB (Red+Green+Blue) = 35+43+122=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #232B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B7A is #DCD485. Grayscale: #313131. Windows color (decimal): -14472326 or 8006435. OLE color: 8006435.
HSL color Cylindrical-coordinate representation of color #232B7A: hue angle of 234.48º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232B7A is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 43 | 122 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.52 |
| HSL | 234.48º | 0.55% | 0.31% | - |
| HSV(B) | 234.48º | 0.71% | 0.48% | - |
| XYZ | 5.07 | 3.49 | 18.82 | - |
| YUV | 49.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 122 | 0.71 | 0.65 | 0 | 0.52 | 234.48 | 0.55 | 0.31 |
| Hex | 23 | 2B | 7A | 47 | 41 | 0 | 34 | EA | 37 | 1F |
| Octal | 43 | 53 | 172 | 107 | 101 | 0 | 64 | 352 | 67 | 37 |
| Binary | 100011 | 101011 | 1111010 | 1000111 | 1000001 | 0 | 110100 | 11101010 | 110111 | 11111 |
Color Harmonies of #232B7A
Complementary color
Monochromatic Colors of #232B7A
Black with #232B7A
Text Example
Text Example
White with #232B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B7A; }
p { color: rgb(35,43,122); }
H1.HeaderClassName
{
color: #232B7A;
}
.AnyTagClassName
{
color: #232B7A;
}
</style>
background-color css
<style>
a { background-color: #232B7A; }
a { background-color: rgb(35,43,122); }
div.DivClassName
{
background-color: #232B7A;
}
.BgClassName
{
background-color: #232B7A;
}
</style>
border-color css
<style>
span { border-color: #232B7A; }
span { border-color: rgb(35,43,122); }
td.TdClassName
{
border-color: #232B7A;
}
.TagClassName
{
border-color: #232B7A;
}
</style>