Shades of Midnight Blue #1B177C
Tints of Midnight Blue #1B177C
RGB
CMYK
RGB Variations
Color information
#1B177C (or 0x1B177C) is known color: Midnight Blue. HEX triplet: 1B, 17 and 7C. RGB value is (27,23,124). Sum of RGB (Red+Green+Blue) = 27+23+124=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B177C is #E4E883. Grayscale: #232323. Windows color (decimal): -15001732 or 8132379. OLE color: 8132379.
HSL color Cylindrical-coordinate representation of color #1B177C: hue angle of 242.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B177C is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 23 | 124 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.51 |
| HSL | 242.38º | 0.69% | 0.29% | - |
| HSV(B) | 242.38º | 0.81% | 0.49% | - |
| XYZ | 4.4 | 2.3 | 19.28 | - |
| YUV | 35.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 124 | 0.78 | 0.81 | 0 | 0.51 | 242.38 | 0.69 | 0.29 |
| Hex | 1B | 17 | 7C | 4E | 51 | 0 | 33 | F2 | 45 | 1D |
| Octal | 33 | 27 | 174 | 116 | 121 | 0 | 63 | 362 | 105 | 35 |
| Binary | 11011 | 10111 | 1111100 | 1001110 | 1010001 | 0 | 110011 | 11110010 | 1000101 | 11101 |
Color Harmonies of #1B177C
Complementary color
Monochromatic Colors of #1B177C
Black with #1B177C
Text Example
Text Example
White with #1B177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B177C; }
p { color: rgb(27,23,124); }
H1.HeaderClassName
{
color: #1B177C;
}
.AnyTagClassName
{
color: #1B177C;
}
</style>
background-color css
<style>
a { background-color: #1B177C; }
a { background-color: rgb(27,23,124); }
div.DivClassName
{
background-color: #1B177C;
}
.BgClassName
{
background-color: #1B177C;
}
</style>
border-color css
<style>
span { border-color: #1B177C; }
span { border-color: rgb(27,23,124); }
td.TdClassName
{
border-color: #1B177C;
}
.TagClassName
{
border-color: #1B177C;
}
</style>