Shades of Midnight Blue #1B035D
Tints of Midnight Blue #1B035D
RGB
CMYK
RGB Variations
Color information
#1B035D (or 0x1B035D) is known color: Midnight Blue. HEX triplet: 1B, 03 and 5D. RGB value is (27,3,93). Sum of RGB (Red+Green+Blue) = 27+3+93=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B035D is #E4FCA2. Grayscale: #141414. Windows color (decimal): -15006883 or 6095643. OLE color: 6095643.
HSL color Cylindrical-coordinate representation of color #1B035D: hue angle of 256º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B035D is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 3 | 93 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.64 |
| HSL | 256º | 0.94% | 0.19% | - |
| HSV(B) | 256º | 0.97% | 0.36% | - |
| XYZ | 2.46 | 1.09 | 10.44 | - |
| YUV | 20.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 93 | 0.71 | 0.97 | 0 | 0.64 | 256 | 0.94 | 0.19 |
| Hex | 1B | 3 | 5D | 47 | 61 | 0 | 40 | 100 | 5E | 13 |
| Octal | 33 | 3 | 135 | 107 | 141 | 0 | 100 | 400 | 136 | 23 |
| Binary | 11011 | 11 | 1011101 | 1000111 | 1100001 | 0 | 1000000 | 100000000 | 1011110 | 10011 |
Color Harmonies of #1B035D
Complementary color
Monochromatic Colors of #1B035D
Black with #1B035D
Text Example
Text Example
White with #1B035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B035D; }
p { color: rgb(27,3,93); }
H1.HeaderClassName
{
color: #1B035D;
}
.AnyTagClassName
{
color: #1B035D;
}
</style>
background-color css
<style>
a { background-color: #1B035D; }
a { background-color: rgb(27,3,93); }
div.DivClassName
{
background-color: #1B035D;
}
.BgClassName
{
background-color: #1B035D;
}
</style>
border-color css
<style>
span { border-color: #1B035D; }
span { border-color: rgb(27,3,93); }
td.TdClassName
{
border-color: #1B035D;
}
.TagClassName
{
border-color: #1B035D;
}
</style>