Shades of Midnight Blue #1B045A
Tints of Midnight Blue #1B045A
RGB
CMYK
RGB Variations
Color information
#1B045A (or 0x1B045A) is known color: Midnight Blue. HEX triplet: 1B, 04 and 5A. RGB value is (27,4,90). Sum of RGB (Red+Green+Blue) = 27+4+90=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B045A is #E4FBA5. Grayscale: #141414. Windows color (decimal): -15006630 or 5899291. OLE color: 5899291.
HSL color Cylindrical-coordinate representation of color #1B045A: hue angle of 256.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B045A is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 4 | 90 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.65 |
| HSL | 256.05º | 0.91% | 0.18% | - |
| HSV(B) | 256.05º | 0.96% | 0.35% | - |
| XYZ | 2.34 | 1.06 | 9.75 | - |
| YUV | 20.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 90 | 0.70 | 0.96 | 0 | 0.65 | 256.05 | 0.91 | 0.18 |
| Hex | 1B | 4 | 5A | 46 | 60 | 0 | 41 | 100 | 5B | 12 |
| Octal | 33 | 4 | 132 | 106 | 140 | 0 | 101 | 400 | 133 | 22 |
| Binary | 11011 | 100 | 1011010 | 1000110 | 1100000 | 0 | 1000001 | 100000000 | 1011011 | 10010 |
Color Harmonies of #1B045A
Complementary color
Monochromatic Colors of #1B045A
Black with #1B045A
Text Example
Text Example
White with #1B045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B045A; }
p { color: rgb(27,4,90); }
H1.HeaderClassName
{
color: #1B045A;
}
.AnyTagClassName
{
color: #1B045A;
}
</style>
background-color css
<style>
a { background-color: #1B045A; }
a { background-color: rgb(27,4,90); }
div.DivClassName
{
background-color: #1B045A;
}
.BgClassName
{
background-color: #1B045A;
}
</style>
border-color css
<style>
span { border-color: #1B045A; }
span { border-color: rgb(27,4,90); }
td.TdClassName
{
border-color: #1B045A;
}
.TagClassName
{
border-color: #1B045A;
}
</style>