Shades of Midnight Blue #23257C
Tints of Midnight Blue #23257C
RGB
CMYK
RGB Variations
Color information
#23257C (or 0x23257C) is known color: Midnight Blue. HEX triplet: 23, 25 and 7C. RGB value is (35,37,124). Sum of RGB (Red+Green+Blue) = 35+37+124=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #23257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23257C is #DCDA83. Grayscale: #2D2D2D. Windows color (decimal): -14473860 or 8135971. OLE color: 8135971.
HSL color Cylindrical-coordinate representation of color #23257C: hue angle of 238.65º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23257C is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 37 | 124 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.51 |
| HSL | 238.65º | 0.56% | 0.31% | - |
| HSV(B) | 238.65º | 0.72% | 0.49% | - |
| XYZ | 4.99 | 3.14 | 19.41 | - |
| YUV | 46.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 124 | 0.72 | 0.70 | 0 | 0.51 | 238.65 | 0.56 | 0.31 |
| Hex | 23 | 25 | 7C | 48 | 46 | 0 | 33 | EF | 38 | 1F |
| Octal | 43 | 45 | 174 | 110 | 106 | 0 | 63 | 357 | 70 | 37 |
| Binary | 100011 | 100101 | 1111100 | 1001000 | 1000110 | 0 | 110011 | 11101111 | 111000 | 11111 |
Color Harmonies of #23257C
Complementary color
Monochromatic Colors of #23257C
Black with #23257C
Text Example
Text Example
White with #23257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23257C; }
p { color: rgb(35,37,124); }
H1.HeaderClassName
{
color: #23257C;
}
.AnyTagClassName
{
color: #23257C;
}
</style>
background-color css
<style>
a { background-color: #23257C; }
a { background-color: rgb(35,37,124); }
div.DivClassName
{
background-color: #23257C;
}
.BgClassName
{
background-color: #23257C;
}
</style>
border-color css
<style>
span { border-color: #23257C; }
span { border-color: rgb(35,37,124); }
td.TdClassName
{
border-color: #23257C;
}
.TagClassName
{
border-color: #23257C;
}
</style>