Shades of Midnight Blue #1B056D
Tints of Midnight Blue #1B056D
RGB
CMYK
RGB Variations
Color information
#1B056D (or 0x1B056D) is known color: Midnight Blue. HEX triplet: 1B, 05 and 6D. RGB value is (27,5,109). Sum of RGB (Red+Green+Blue) = 27+5+109=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B056D is #E4FA92. Grayscale: #171717. Windows color (decimal): -15006355 or 7144731. OLE color: 7144731.
HSL color Cylindrical-coordinate representation of color #1B056D: hue angle of 252.69º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B056D is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 5 | 109 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.57 |
| HSL | 252.69º | 0.91% | 0.22% | - |
| HSV(B) | 252.69º | 0.95% | 0.43% | - |
| XYZ | 3.27 | 1.45 | 14.57 | - |
| YUV | 23.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 109 | 0.75 | 0.95 | 0 | 0.57 | 252.69 | 0.91 | 0.22 |
| Hex | 1B | 5 | 6D | 4B | 5F | 0 | 39 | FD | 5B | 16 |
| Octal | 33 | 5 | 155 | 113 | 137 | 0 | 71 | 375 | 133 | 26 |
| Binary | 11011 | 101 | 1101101 | 1001011 | 1011111 | 0 | 111001 | 11111101 | 1011011 | 10110 |
Color Harmonies of #1B056D
Complementary color
Monochromatic Colors of #1B056D
Black with #1B056D
Text Example
Text Example
White with #1B056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B056D; }
p { color: rgb(27,5,109); }
H1.HeaderClassName
{
color: #1B056D;
}
.AnyTagClassName
{
color: #1B056D;
}
</style>
background-color css
<style>
a { background-color: #1B056D; }
a { background-color: rgb(27,5,109); }
div.DivClassName
{
background-color: #1B056D;
}
.BgClassName
{
background-color: #1B056D;
}
</style>
border-color css
<style>
span { border-color: #1B056D; }
span { border-color: rgb(27,5,109); }
td.TdClassName
{
border-color: #1B056D;
}
.TagClassName
{
border-color: #1B056D;
}
</style>