Shades of Midnight Blue #1B177F
Tints of Midnight Blue #1B177F
RGB
CMYK
RGB Variations
Color information
#1B177F (or 0x1B177F) is known color: Midnight Blue. HEX triplet: 1B, 17 and 7F. RGB value is (27,23,127). Sum of RGB (Red+Green+Blue) = 27+23+127=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B177F is #E4E880. Grayscale: #232323. Windows color (decimal): -15001729 or 8328987. OLE color: 8328987.
HSL color Cylindrical-coordinate representation of color #1B177F: hue angle of 242.31º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B177F is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 23 | 127 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.50 |
| HSL | 242.31º | 0.69% | 0.29% | - |
| HSV(B) | 242.31º | 0.82% | 0.5% | - |
| XYZ | 4.59 | 2.38 | 20.3 | - |
| YUV | 36.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 127 | 0.79 | 0.82 | 0 | 0.50 | 242.31 | 0.69 | 0.29 |
| Hex | 1B | 17 | 7F | 4F | 52 | 0 | 32 | F2 | 45 | 1D |
| Octal | 33 | 27 | 177 | 117 | 122 | 0 | 62 | 362 | 105 | 35 |
| Binary | 11011 | 10111 | 1111111 | 1001111 | 1010010 | 0 | 110010 | 11110010 | 1000101 | 11101 |
Color Harmonies of #1B177F
Complementary color
Monochromatic Colors of #1B177F
Black with #1B177F
Text Example
Text Example
White with #1B177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B177F; }
p { color: rgb(27,23,127); }
H1.HeaderClassName
{
color: #1B177F;
}
.AnyTagClassName
{
color: #1B177F;
}
</style>
background-color css
<style>
a { background-color: #1B177F; }
a { background-color: rgb(27,23,127); }
div.DivClassName
{
background-color: #1B177F;
}
.BgClassName
{
background-color: #1B177F;
}
</style>
border-color css
<style>
span { border-color: #1B177F; }
span { border-color: rgb(27,23,127); }
td.TdClassName
{
border-color: #1B177F;
}
.TagClassName
{
border-color: #1B177F;
}
</style>