Shades of Midnight Blue #1B056C
Tints of Midnight Blue #1B056C
RGB
CMYK
RGB Variations
Color information
#1B056C (or 0x1B056C) is known color: Midnight Blue. HEX triplet: 1B, 05 and 6C. RGB value is (27,5,108). Sum of RGB (Red+Green+Blue) = 27+5+108=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B056C is #E4FA93. Grayscale: #161616. Windows color (decimal): -15006356 or 7079195. OLE color: 7079195.
HSL color Cylindrical-coordinate representation of color #1B056C: hue angle of 252.82º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B056C is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 5 | 108 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.58 |
| HSL | 252.82º | 0.91% | 0.22% | - |
| HSV(B) | 252.82º | 0.95% | 0.42% | - |
| XYZ | 3.21 | 1.42 | 14.29 | - |
| YUV | 23.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 108 | 0.75 | 0.95 | 0 | 0.58 | 252.82 | 0.91 | 0.22 |
| Hex | 1B | 5 | 6C | 4B | 5F | 0 | 3A | FD | 5B | 16 |
| Octal | 33 | 5 | 154 | 113 | 137 | 0 | 72 | 375 | 133 | 26 |
| Binary | 11011 | 101 | 1101100 | 1001011 | 1011111 | 0 | 111010 | 11111101 | 1011011 | 10110 |
Color Harmonies of #1B056C
Complementary color
Monochromatic Colors of #1B056C
Black with #1B056C
Text Example
Text Example
White with #1B056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B056C; }
p { color: rgb(27,5,108); }
H1.HeaderClassName
{
color: #1B056C;
}
.AnyTagClassName
{
color: #1B056C;
}
</style>
background-color css
<style>
a { background-color: #1B056C; }
a { background-color: rgb(27,5,108); }
div.DivClassName
{
background-color: #1B056C;
}
.BgClassName
{
background-color: #1B056C;
}
</style>
border-color css
<style>
span { border-color: #1B056C; }
span { border-color: rgb(27,5,108); }
td.TdClassName
{
border-color: #1B056C;
}
.TagClassName
{
border-color: #1B056C;
}
</style>