Shades of Midnight Blue #1B085D
Tints of Midnight Blue #1B085D
RGB
CMYK
RGB Variations
Color information
#1B085D (or 0x1B085D) is known color: Midnight Blue. HEX triplet: 1B, 08 and 5D. RGB value is (27,8,93). Sum of RGB (Red+Green+Blue) = 27+8+93=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B085D is #E4F7A2. Grayscale: #171717. Windows color (decimal): -15005603 or 6096923. OLE color: 6096923.
HSL color Cylindrical-coordinate representation of color #1B085D: hue angle of 253.41º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B085D is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 8 | 93 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.64 |
| HSL | 253.41º | 0.84% | 0.2% | - |
| HSV(B) | 253.41º | 0.91% | 0.36% | - |
| XYZ | 2.51 | 1.2 | 10.45 | - |
| YUV | 23.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 93 | 0.71 | 0.91 | 0 | 0.64 | 253.41 | 0.84 | 0.2 |
| Hex | 1B | 8 | 5D | 47 | 5B | 0 | 40 | FD | 54 | 14 |
| Octal | 33 | 10 | 135 | 107 | 133 | 0 | 100 | 375 | 124 | 24 |
| Binary | 11011 | 1000 | 1011101 | 1000111 | 1011011 | 0 | 1000000 | 11111101 | 1010100 | 10100 |
Color Harmonies of #1B085D
Complementary color
Monochromatic Colors of #1B085D
Black with #1B085D
Text Example
Text Example
White with #1B085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B085D; }
p { color: rgb(27,8,93); }
H1.HeaderClassName
{
color: #1B085D;
}
.AnyTagClassName
{
color: #1B085D;
}
</style>
background-color css
<style>
a { background-color: #1B085D; }
a { background-color: rgb(27,8,93); }
div.DivClassName
{
background-color: #1B085D;
}
.BgClassName
{
background-color: #1B085D;
}
</style>
border-color css
<style>
span { border-color: #1B085D; }
span { border-color: rgb(27,8,93); }
td.TdClassName
{
border-color: #1B085D;
}
.TagClassName
{
border-color: #1B085D;
}
</style>