Shades of Midnight Blue #23136A
Tints of Midnight Blue #23136A
RGB
CMYK
RGB Variations
Color information
#23136A (or 0x23136A) is known color: Midnight Blue. HEX triplet: 23, 13 and 6A. RGB value is (35,19,106). Sum of RGB (Red+Green+Blue) = 35+19+106=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #23136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23136A is #DCEC95. Grayscale: #212121. Windows color (decimal): -14478486 or 6951715. OLE color: 6951715.
HSL color Cylindrical-coordinate representation of color #23136A: hue angle of 251.03º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23136A is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 19 | 106 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.58 |
| HSL | 251.03º | 0.7% | 0.25% | - |
| HSV(B) | 251.03º | 0.82% | 0.42% | - |
| XYZ | 3.53 | 1.86 | 13.81 | - |
| YUV | 33.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 106 | 0.67 | 0.82 | 0 | 0.58 | 251.03 | 0.7 | 0.25 |
| Hex | 23 | 13 | 6A | 43 | 52 | 0 | 3A | FB | 46 | 19 |
| Octal | 43 | 23 | 152 | 103 | 122 | 0 | 72 | 373 | 106 | 31 |
| Binary | 100011 | 10011 | 1101010 | 1000011 | 1010010 | 0 | 111010 | 11111011 | 1000110 | 11001 |
Color Harmonies of #23136A
Complementary color
Monochromatic Colors of #23136A
Black with #23136A
Text Example
Text Example
White with #23136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23136A; }
p { color: rgb(35,19,106); }
H1.HeaderClassName
{
color: #23136A;
}
.AnyTagClassName
{
color: #23136A;
}
</style>
background-color css
<style>
a { background-color: #23136A; }
a { background-color: rgb(35,19,106); }
div.DivClassName
{
background-color: #23136A;
}
.BgClassName
{
background-color: #23136A;
}
</style>
border-color css
<style>
span { border-color: #23136A; }
span { border-color: rgb(35,19,106); }
td.TdClassName
{
border-color: #23136A;
}
.TagClassName
{
border-color: #23136A;
}
</style>