Shades of Midnight Blue #1B0F62
Tints of Midnight Blue #1B0F62
RGB
CMYK
RGB Variations
Color information
#1B0F62 (or 0x1B0F62) is known color: Midnight Blue. HEX triplet: 1B, 0F and 62. RGB value is (27,15,98). Sum of RGB (Red+Green+Blue) = 27+15+98=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B0F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0F62 is #E4F09D. Grayscale: #1B1B1B. Windows color (decimal): -15003806 or 6426395. OLE color: 6426395.
HSL color Cylindrical-coordinate representation of color #1B0F62: hue angle of 248.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B0F62 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 15 | 98 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.62 |
| HSL | 248.67º | 0.73% | 0.22% | - |
| HSV(B) | 248.67º | 0.85% | 0.38% | - |
| XYZ | 2.83 | 1.46 | 11.69 | - |
| YUV | 28.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 98 | 0.72 | 0.85 | 0 | 0.62 | 248.67 | 0.73 | 0.22 |
| Hex | 1B | F | 62 | 48 | 55 | 0 | 3E | F9 | 49 | 16 |
| Octal | 33 | 17 | 142 | 110 | 125 | 0 | 76 | 371 | 111 | 26 |
| Binary | 11011 | 1111 | 1100010 | 1001000 | 1010101 | 0 | 111110 | 11111001 | 1001001 | 10110 |
Color Harmonies of #1B0F62
Complementary color
Monochromatic Colors of #1B0F62
Black with #1B0F62
Text Example
Text Example
White with #1B0F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F62; }
p { color: rgb(27,15,98); }
H1.HeaderClassName
{
color: #1B0F62;
}
.AnyTagClassName
{
color: #1B0F62;
}
</style>
background-color css
<style>
a { background-color: #1B0F62; }
a { background-color: rgb(27,15,98); }
div.DivClassName
{
background-color: #1B0F62;
}
.BgClassName
{
background-color: #1B0F62;
}
</style>
border-color css
<style>
span { border-color: #1B0F62; }
span { border-color: rgb(27,15,98); }
td.TdClassName
{
border-color: #1B0F62;
}
.TagClassName
{
border-color: #1B0F62;
}
</style>