Shades of Midnight Blue #1B296B
Tints of Midnight Blue #1B296B
RGB
CMYK
RGB Variations
Color information
#1B296B (or 0x1B296B) is known color: Midnight Blue. HEX triplet: 1B, 29 and 6B. RGB value is (27,41,107). Sum of RGB (Red+Green+Blue) = 27+41+107=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B296B is #E4D694. Grayscale: #2C2C2C. Windows color (decimal): -14997141 or 7022875. OLE color: 7022875.
HSL color Cylindrical-coordinate representation of color #1B296B: hue angle of 229.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B296B is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 41 | 107 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.58 |
| HSL | 229.5º | 0.6% | 0.26% | - |
| HSV(B) | 229.5º | 0.75% | 0.42% | - |
| XYZ | 3.9 | 2.88 | 14.26 | - |
| YUV | 44.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 107 | 0.75 | 0.62 | 0 | 0.58 | 229.5 | 0.6 | 0.26 |
| Hex | 1B | 29 | 6B | 4B | 3E | 0 | 3A | E6 | 3C | 1A |
| Octal | 33 | 51 | 153 | 113 | 76 | 0 | 72 | 346 | 74 | 32 |
| Binary | 11011 | 101001 | 1101011 | 1001011 | 111110 | 0 | 111010 | 11100110 | 111100 | 11010 |
Color Harmonies of #1B296B
Complementary color
Monochromatic Colors of #1B296B
Black with #1B296B
Text Example
Text Example
White with #1B296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B296B; }
p { color: rgb(27,41,107); }
H1.HeaderClassName
{
color: #1B296B;
}
.AnyTagClassName
{
color: #1B296B;
}
</style>
background-color css
<style>
a { background-color: #1B296B; }
a { background-color: rgb(27,41,107); }
div.DivClassName
{
background-color: #1B296B;
}
.BgClassName
{
background-color: #1B296B;
}
</style>
border-color css
<style>
span { border-color: #1B296B; }
span { border-color: rgb(27,41,107); }
td.TdClassName
{
border-color: #1B296B;
}
.TagClassName
{
border-color: #1B296B;
}
</style>