Shades of Midnight Blue #12177F
Tints of Midnight Blue #12177F
RGB
CMYK
RGB Variations
Color information
#12177F (or 0x12177F) is known color: Midnight Blue. HEX triplet: 12, 17 and 7F. RGB value is (18,23,127). Sum of RGB (Red+Green+Blue) = 18+23+127=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #12177F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12177F is #EDE880. Grayscale: #202020. Windows color (decimal): -15591553 or 8328978. OLE color: 8328978.
HSL color Cylindrical-coordinate representation of color #12177F: hue angle of 237.25º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12177F is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 23 | 127 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.50 |
| HSL | 237.25º | 0.75% | 0.28% | - |
| HSV(B) | 237.25º | 0.86% | 0.5% | - |
| XYZ | 4.39 | 2.27 | 20.29 | - |
| YUV | 33.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 127 | 0.86 | 0.82 | 0 | 0.50 | 237.25 | 0.75 | 0.28 |
| Hex | 12 | 17 | 7F | 56 | 52 | 0 | 32 | ED | 4B | 1C |
| Octal | 22 | 27 | 177 | 126 | 122 | 0 | 62 | 355 | 113 | 34 |
| Binary | 10010 | 10111 | 1111111 | 1010110 | 1010010 | 0 | 110010 | 11101101 | 1001011 | 11100 |
Color Harmonies of #12177F
Complementary color
Monochromatic Colors of #12177F
Black with #12177F
Text Example
Text Example
White with #12177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12177F; }
p { color: rgb(18,23,127); }
H1.HeaderClassName
{
color: #12177F;
}
.AnyTagClassName
{
color: #12177F;
}
</style>
background-color css
<style>
a { background-color: #12177F; }
a { background-color: rgb(18,23,127); }
div.DivClassName
{
background-color: #12177F;
}
.BgClassName
{
background-color: #12177F;
}
</style>
border-color css
<style>
span { border-color: #12177F; }
span { border-color: rgb(18,23,127); }
td.TdClassName
{
border-color: #12177F;
}
.TagClassName
{
border-color: #12177F;
}
</style>