Shades of Midnight Blue #1B147A
Tints of Midnight Blue #1B147A
RGB
CMYK
RGB Variations
Color information
#1B147A (or 0x1B147A) is known color: Midnight Blue. HEX triplet: 1B, 14 and 7A. RGB value is (27,20,122). Sum of RGB (Red+Green+Blue) = 27+20+122=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B147A is #E4EB85. Grayscale: #212121. Windows color (decimal): -15002502 or 8000539. OLE color: 8000539.
HSL color Cylindrical-coordinate representation of color #1B147A: hue angle of 244.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B147A is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 20 | 122 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.52 |
| HSL | 244.12º | 0.72% | 0.28% | - |
| HSV(B) | 244.12º | 0.84% | 0.48% | - |
| XYZ | 4.22 | 2.14 | 18.6 | - |
| YUV | 33.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 122 | 0.78 | 0.84 | 0 | 0.52 | 244.12 | 0.72 | 0.28 |
| Hex | 1B | 14 | 7A | 4E | 54 | 0 | 34 | F4 | 48 | 1C |
| Octal | 33 | 24 | 172 | 116 | 124 | 0 | 64 | 364 | 110 | 34 |
| Binary | 11011 | 10100 | 1111010 | 1001110 | 1010100 | 0 | 110100 | 11110100 | 1001000 | 11100 |
Color Harmonies of #1B147A
Complementary color
Monochromatic Colors of #1B147A
Black with #1B147A
Text Example
Text Example
White with #1B147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B147A; }
p { color: rgb(27,20,122); }
H1.HeaderClassName
{
color: #1B147A;
}
.AnyTagClassName
{
color: #1B147A;
}
</style>
background-color css
<style>
a { background-color: #1B147A; }
a { background-color: rgb(27,20,122); }
div.DivClassName
{
background-color: #1B147A;
}
.BgClassName
{
background-color: #1B147A;
}
</style>
border-color css
<style>
span { border-color: #1B147A; }
span { border-color: rgb(27,20,122); }
td.TdClassName
{
border-color: #1B147A;
}
.TagClassName
{
border-color: #1B147A;
}
</style>