Shades of Midnight Blue #12137B
Tints of Midnight Blue #12137B
RGB
CMYK
RGB Variations
Color information
#12137B (or 0x12137B) is known color: Midnight Blue. HEX triplet: 12, 13 and 7B. RGB value is (18,19,123). Sum of RGB (Red+Green+Blue) = 18+19+123=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #12137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12137B is #EDEC84. Grayscale: #1E1E1E. Windows color (decimal): -15592581 or 8065810. OLE color: 8065810.
HSL color Cylindrical-coordinate representation of color #12137B: hue angle of 239.43º 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 #12137B is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 19 | 123 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.52 |
| HSL | 239.43º | 0.74% | 0.28% | - |
| HSV(B) | 239.43º | 0.85% | 0.48% | - |
| XYZ | 4.06 | 2.02 | 18.92 | - |
| YUV | 30.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 123 | 0.85 | 0.85 | 0 | 0.52 | 239.43 | 0.74 | 0.28 |
| Hex | 12 | 13 | 7B | 55 | 55 | 0 | 34 | EF | 4A | 1C |
| Octal | 22 | 23 | 173 | 125 | 125 | 0 | 64 | 357 | 112 | 34 |
| Binary | 10010 | 10011 | 1111011 | 1010101 | 1010101 | 0 | 110100 | 11101111 | 1001010 | 11100 |
Color Harmonies of #12137B
Complementary color
Monochromatic Colors of #12137B
Black with #12137B
Text Example
Text Example
White with #12137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12137B; }
p { color: rgb(18,19,123); }
H1.HeaderClassName
{
color: #12137B;
}
.AnyTagClassName
{
color: #12137B;
}
</style>
background-color css
<style>
a { background-color: #12137B; }
a { background-color: rgb(18,19,123); }
div.DivClassName
{
background-color: #12137B;
}
.BgClassName
{
background-color: #12137B;
}
</style>
border-color css
<style>
span { border-color: #12137B; }
span { border-color: rgb(18,19,123); }
td.TdClassName
{
border-color: #12137B;
}
.TagClassName
{
border-color: #12137B;
}
</style>