Shades of Midnight Blue #1B085F
Tints of Midnight Blue #1B085F
RGB
CMYK
RGB Variations
Color information
#1B085F (or 0x1B085F) is known color: Midnight Blue. HEX triplet: 1B, 08 and 5F. RGB value is (27,8,95). Sum of RGB (Red+Green+Blue) = 27+8+95=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B085F is #E4F7A0. Grayscale: #171717. Windows color (decimal): -15005601 or 6227995. OLE color: 6227995.
HSL color Cylindrical-coordinate representation of color #1B085F: hue angle of 253.1º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B085F is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 8 | 95 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.63 |
| HSL | 253.1º | 0.84% | 0.2% | - |
| HSV(B) | 253.1º | 0.92% | 0.37% | - |
| XYZ | 2.6 | 1.23 | 10.93 | - |
| YUV | 23.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 95 | 0.72 | 0.92 | 0 | 0.63 | 253.1 | 0.84 | 0.2 |
| Hex | 1B | 8 | 5F | 48 | 5C | 0 | 3F | FD | 54 | 14 |
| Octal | 33 | 10 | 137 | 110 | 134 | 0 | 77 | 375 | 124 | 24 |
| Binary | 11011 | 1000 | 1011111 | 1001000 | 1011100 | 0 | 111111 | 11111101 | 1010100 | 10100 |
Color Harmonies of #1B085F
Complementary color
Monochromatic Colors of #1B085F
Black with #1B085F
Text Example
Text Example
White with #1B085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B085F; }
p { color: rgb(27,8,95); }
H1.HeaderClassName
{
color: #1B085F;
}
.AnyTagClassName
{
color: #1B085F;
}
</style>
background-color css
<style>
a { background-color: #1B085F; }
a { background-color: rgb(27,8,95); }
div.DivClassName
{
background-color: #1B085F;
}
.BgClassName
{
background-color: #1B085F;
}
</style>
border-color css
<style>
span { border-color: #1B085F; }
span { border-color: rgb(27,8,95); }
td.TdClassName
{
border-color: #1B085F;
}
.TagClassName
{
border-color: #1B085F;
}
</style>