Shades of Midnight Blue #1B0F5B
Tints of Midnight Blue #1B0F5B
RGB
CMYK
RGB Variations
Color information
#1B0F5B (or 0x1B0F5B) is known color: Midnight Blue. HEX triplet: 1B, 0F and 5B. RGB value is (27,15,91). Sum of RGB (Red+Green+Blue) = 27+15+91=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B0F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0F5B is #E4F0A4. Grayscale: #1A1A1A. Windows color (decimal): -15003813 or 5967643. OLE color: 5967643.
HSL color Cylindrical-coordinate representation of color #1B0F5B: hue angle of 249.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B0F5B is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 15 | 91 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.64 |
| HSL | 249.47º | 0.72% | 0.21% | - |
| HSV(B) | 249.47º | 0.84% | 0.36% | - |
| XYZ | 2.51 | 1.33 | 10.02 | - |
| YUV | 27.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 91 | 0.70 | 0.84 | 0 | 0.64 | 249.47 | 0.72 | 0.21 |
| Hex | 1B | F | 5B | 46 | 54 | 0 | 40 | F9 | 48 | 15 |
| Octal | 33 | 17 | 133 | 106 | 124 | 0 | 100 | 371 | 110 | 25 |
| Binary | 11011 | 1111 | 1011011 | 1000110 | 1010100 | 0 | 1000000 | 11111001 | 1001000 | 10101 |
Color Harmonies of #1B0F5B
Complementary color
Monochromatic Colors of #1B0F5B
Black with #1B0F5B
Text Example
Text Example
White with #1B0F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F5B; }
p { color: rgb(27,15,91); }
H1.HeaderClassName
{
color: #1B0F5B;
}
.AnyTagClassName
{
color: #1B0F5B;
}
</style>
background-color css
<style>
a { background-color: #1B0F5B; }
a { background-color: rgb(27,15,91); }
div.DivClassName
{
background-color: #1B0F5B;
}
.BgClassName
{
background-color: #1B0F5B;
}
</style>
border-color css
<style>
span { border-color: #1B0F5B; }
span { border-color: rgb(27,15,91); }
td.TdClassName
{
border-color: #1B0F5B;
}
.TagClassName
{
border-color: #1B0F5B;
}
</style>