Shades of Midnight Blue #1B0D75
Tints of Midnight Blue #1B0D75
RGB
CMYK
RGB Variations
Color information
#1B0D75 (or 0x1B0D75) is known color: Midnight Blue. HEX triplet: 1B, 0D and 75. RGB value is (27,13,117). Sum of RGB (Red+Green+Blue) = 27+13+117=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B0D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0D75 is #E4F28A. Grayscale: #1C1C1C. Windows color (decimal): -15004299 or 7671067. OLE color: 7671067.
HSL color Cylindrical-coordinate representation of color #1B0D75: hue angle of 248.08º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0D75 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 13 | 117 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.54 |
| HSL | 248.08º | 0.8% | 0.25% | - |
| HSV(B) | 248.08º | 0.89% | 0.46% | - |
| XYZ | 3.81 | 1.81 | 16.98 | - |
| YUV | 29.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 117 | 0.77 | 0.89 | 0 | 0.54 | 248.08 | 0.8 | 0.25 |
| Hex | 1B | D | 75 | 4D | 59 | 0 | 36 | F8 | 50 | 19 |
| Octal | 33 | 15 | 165 | 115 | 131 | 0 | 66 | 370 | 120 | 31 |
| Binary | 11011 | 1101 | 1110101 | 1001101 | 1011001 | 0 | 110110 | 11111000 | 1010000 | 11001 |
Color Harmonies of #1B0D75
Complementary color
Monochromatic Colors of #1B0D75
Black with #1B0D75
Text Example
Text Example
White with #1B0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0D75; }
p { color: rgb(27,13,117); }
H1.HeaderClassName
{
color: #1B0D75;
}
.AnyTagClassName
{
color: #1B0D75;
}
</style>
background-color css
<style>
a { background-color: #1B0D75; }
a { background-color: rgb(27,13,117); }
div.DivClassName
{
background-color: #1B0D75;
}
.BgClassName
{
background-color: #1B0D75;
}
</style>
border-color css
<style>
span { border-color: #1B0D75; }
span { border-color: rgb(27,13,117); }
td.TdClassName
{
border-color: #1B0D75;
}
.TagClassName
{
border-color: #1B0D75;
}
</style>