Shades of Midnight Blue #12237B
Tints of Midnight Blue #12237B
RGB
CMYK
RGB Variations
Color information
#12237B (or 0x12237B) is known color: Midnight Blue. HEX triplet: 12, 23 and 7B. RGB value is (18,35,123). Sum of RGB (Red+Green+Blue) = 18+35+123=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #12237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12237B is #EDDC84. Grayscale: #272727. Windows color (decimal): -15588485 or 8069906. OLE color: 8069906.
HSL color Cylindrical-coordinate representation of color #12237B: hue angle of 230.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12237B is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 35 | 123 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.52 |
| HSL | 230.29º | 0.74% | 0.28% | - |
| HSV(B) | 230.29º | 0.85% | 0.48% | - |
| XYZ | 4.43 | 2.76 | 19.04 | - |
| YUV | 39.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 123 | 0.85 | 0.72 | 0 | 0.52 | 230.29 | 0.74 | 0.28 |
| Hex | 12 | 23 | 7B | 55 | 48 | 0 | 34 | E6 | 4A | 1C |
| Octal | 22 | 43 | 173 | 125 | 110 | 0 | 64 | 346 | 112 | 34 |
| Binary | 10010 | 100011 | 1111011 | 1010101 | 1001000 | 0 | 110100 | 11100110 | 1001010 | 11100 |
Color Harmonies of #12237B
Complementary color
Monochromatic Colors of #12237B
Black with #12237B
Text Example
Text Example
White with #12237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12237B; }
p { color: rgb(18,35,123); }
H1.HeaderClassName
{
color: #12237B;
}
.AnyTagClassName
{
color: #12237B;
}
</style>
background-color css
<style>
a { background-color: #12237B; }
a { background-color: rgb(18,35,123); }
div.DivClassName
{
background-color: #12237B;
}
.BgClassName
{
background-color: #12237B;
}
</style>
border-color css
<style>
span { border-color: #12237B; }
span { border-color: rgb(18,35,123); }
td.TdClassName
{
border-color: #12237B;
}
.TagClassName
{
border-color: #12237B;
}
</style>