Shades of Midnight Blue #231B68
Tints of Midnight Blue #231B68
RGB
CMYK
RGB Variations
Color information
#231B68 (or 0x231B68) is known color: Midnight Blue. HEX triplet: 23, 1B and 68. RGB value is (35,27,104). Sum of RGB (Red+Green+Blue) = 35+27+104=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #231B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B68 is #DCE497. Grayscale: #252525. Windows color (decimal): -14476440 or 6822691. OLE color: 6822691.
HSL color Cylindrical-coordinate representation of color #231B68: hue angle of 246.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231B68 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 27 | 104 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.59 |
| HSL | 246.23º | 0.59% | 0.26% | - |
| HSV(B) | 246.23º | 0.74% | 0.41% | - |
| XYZ | 3.58 | 2.14 | 13.32 | - |
| YUV | 38.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 104 | 0.66 | 0.74 | 0 | 0.59 | 246.23 | 0.59 | 0.26 |
| Hex | 23 | 1B | 68 | 42 | 4A | 0 | 3B | F6 | 3B | 1A |
| Octal | 43 | 33 | 150 | 102 | 112 | 0 | 73 | 366 | 73 | 32 |
| Binary | 100011 | 11011 | 1101000 | 1000010 | 1001010 | 0 | 111011 | 11110110 | 111011 | 11010 |
Color Harmonies of #231B68
Complementary color
Monochromatic Colors of #231B68
Black with #231B68
Text Example
Text Example
White with #231B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B68; }
p { color: rgb(35,27,104); }
H1.HeaderClassName
{
color: #231B68;
}
.AnyTagClassName
{
color: #231B68;
}
</style>
background-color css
<style>
a { background-color: #231B68; }
a { background-color: rgb(35,27,104); }
div.DivClassName
{
background-color: #231B68;
}
.BgClassName
{
background-color: #231B68;
}
</style>
border-color css
<style>
span { border-color: #231B68; }
span { border-color: rgb(35,27,104); }
td.TdClassName
{
border-color: #231B68;
}
.TagClassName
{
border-color: #231B68;
}
</style>