Shades of Midnight Blue #1B045D
Tints of Midnight Blue #1B045D
RGB
CMYK
RGB Variations
Color information
#1B045D (or 0x1B045D) is known color: Midnight Blue. HEX triplet: 1B, 04 and 5D. RGB value is (27,4,93). Sum of RGB (Red+Green+Blue) = 27+4+93=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B045D is #E4FBA2. Grayscale: #141414. Windows color (decimal): -15006627 or 6095899. OLE color: 6095899.
HSL color Cylindrical-coordinate representation of color #1B045D: hue angle of 255.51º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B045D is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 4 | 93 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.64 |
| HSL | 255.51º | 0.92% | 0.19% | - |
| HSV(B) | 255.51º | 0.96% | 0.36% | - |
| XYZ | 2.47 | 1.11 | 10.44 | - |
| YUV | 21.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 93 | 0.71 | 0.96 | 0 | 0.64 | 255.51 | 0.92 | 0.19 |
| Hex | 1B | 4 | 5D | 47 | 60 | 0 | 40 | 100 | 5C | 13 |
| Octal | 33 | 4 | 135 | 107 | 140 | 0 | 100 | 400 | 134 | 23 |
| Binary | 11011 | 100 | 1011101 | 1000111 | 1100000 | 0 | 1000000 | 100000000 | 1011100 | 10011 |
Color Harmonies of #1B045D
Complementary color
Monochromatic Colors of #1B045D
Black with #1B045D
Text Example
Text Example
White with #1B045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B045D; }
p { color: rgb(27,4,93); }
H1.HeaderClassName
{
color: #1B045D;
}
.AnyTagClassName
{
color: #1B045D;
}
</style>
background-color css
<style>
a { background-color: #1B045D; }
a { background-color: rgb(27,4,93); }
div.DivClassName
{
background-color: #1B045D;
}
.BgClassName
{
background-color: #1B045D;
}
</style>
border-color css
<style>
span { border-color: #1B045D; }
span { border-color: rgb(27,4,93); }
td.TdClassName
{
border-color: #1B045D;
}
.TagClassName
{
border-color: #1B045D;
}
</style>