Shades of Midnight Blue #12147B
Tints of Midnight Blue #12147B
RGB
CMYK
RGB Variations
Color information
#12147B (or 0x12147B) is known color: Midnight Blue. HEX triplet: 12, 14 and 7B. RGB value is (18,20,123). Sum of RGB (Red+Green+Blue) = 18+20+123=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #12147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12147B is #EDEB84. Grayscale: #1E1E1E. Windows color (decimal): -15592325 or 8066066. OLE color: 8066066.
HSL color Cylindrical-coordinate representation of color #12147B: hue angle of 238.86º 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 #12147B is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 20 | 123 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.52 |
| HSL | 238.86º | 0.74% | 0.28% | - |
| HSV(B) | 238.86º | 0.85% | 0.48% | - |
| XYZ | 4.07 | 2.06 | 18.92 | - |
| YUV | 31.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 123 | 0.85 | 0.84 | 0 | 0.52 | 238.86 | 0.74 | 0.28 |
| Hex | 12 | 14 | 7B | 55 | 54 | 0 | 34 | EF | 4A | 1C |
| Octal | 22 | 24 | 173 | 125 | 124 | 0 | 64 | 357 | 112 | 34 |
| Binary | 10010 | 10100 | 1111011 | 1010101 | 1010100 | 0 | 110100 | 11101111 | 1001010 | 11100 |
Color Harmonies of #12147B
Complementary color
Monochromatic Colors of #12147B
Black with #12147B
Text Example
Text Example
White with #12147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12147B; }
p { color: rgb(18,20,123); }
H1.HeaderClassName
{
color: #12147B;
}
.AnyTagClassName
{
color: #12147B;
}
</style>
background-color css
<style>
a { background-color: #12147B; }
a { background-color: rgb(18,20,123); }
div.DivClassName
{
background-color: #12147B;
}
.BgClassName
{
background-color: #12147B;
}
</style>
border-color css
<style>
span { border-color: #12147B; }
span { border-color: rgb(18,20,123); }
td.TdClassName
{
border-color: #12147B;
}
.TagClassName
{
border-color: #12147B;
}
</style>