Shades of Midnight Blue #1B0765
Tints of Midnight Blue #1B0765
RGB
CMYK
RGB Variations
Color information
#1B0765 (or 0x1B0765) is known color: Midnight Blue. HEX triplet: 1B, 07 and 65. RGB value is (27,7,101). Sum of RGB (Red+Green+Blue) = 27+7+101=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B0765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0765 is #E4F89A. Grayscale: #171717. Windows color (decimal): -15005851 or 6620955. OLE color: 6620955.
HSL color Cylindrical-coordinate representation of color #1B0765: hue angle of 252.77º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0765 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 7 | 101 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.60 |
| HSL | 252.77º | 0.87% | 0.21% | - |
| HSV(B) | 252.77º | 0.93% | 0.4% | - |
| XYZ | 2.88 | 1.32 | 12.42 | - |
| YUV | 23.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 101 | 0.73 | 0.93 | 0 | 0.60 | 252.77 | 0.87 | 0.21 |
| Hex | 1B | 7 | 65 | 49 | 5D | 0 | 3C | FD | 57 | 15 |
| Octal | 33 | 7 | 145 | 111 | 135 | 0 | 74 | 375 | 127 | 25 |
| Binary | 11011 | 111 | 1100101 | 1001001 | 1011101 | 0 | 111100 | 11111101 | 1010111 | 10101 |
Color Harmonies of #1B0765
Complementary color
Monochromatic Colors of #1B0765
Black with #1B0765
Text Example
Text Example
White with #1B0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0765; }
p { color: rgb(27,7,101); }
H1.HeaderClassName
{
color: #1B0765;
}
.AnyTagClassName
{
color: #1B0765;
}
</style>
background-color css
<style>
a { background-color: #1B0765; }
a { background-color: rgb(27,7,101); }
div.DivClassName
{
background-color: #1B0765;
}
.BgClassName
{
background-color: #1B0765;
}
</style>
border-color css
<style>
span { border-color: #1B0765; }
span { border-color: rgb(27,7,101); }
td.TdClassName
{
border-color: #1B0765;
}
.TagClassName
{
border-color: #1B0765;
}
</style>