Shades of Midnight Blue #1B185A
Tints of Midnight Blue #1B185A
RGB
CMYK
RGB Variations
Color information
#1B185A (or 0x1B185A) is known color: Midnight Blue. HEX triplet: 1B, 18 and 5A. RGB value is (27,24,90). Sum of RGB (Red+Green+Blue) = 27+24+90=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B185A is #E4E7A5. Grayscale: #202020. Windows color (decimal): -15001510 or 5904411. OLE color: 5904411.
HSL color Cylindrical-coordinate representation of color #1B185A: hue angle of 242.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B185A is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 24 | 90 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.65 |
| HSL | 242.73º | 0.58% | 0.22% | - |
| HSV(B) | 242.73º | 0.73% | 0.35% | - |
| XYZ | 2.62 | 1.62 | 9.85 | - |
| YUV | 32.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 90 | 0.70 | 0.73 | 0 | 0.65 | 242.73 | 0.58 | 0.22 |
| Hex | 1B | 18 | 5A | 46 | 49 | 0 | 41 | F3 | 3A | 16 |
| Octal | 33 | 30 | 132 | 106 | 111 | 0 | 101 | 363 | 72 | 26 |
| Binary | 11011 | 11000 | 1011010 | 1000110 | 1001001 | 0 | 1000001 | 11110011 | 111010 | 10110 |
Color Harmonies of #1B185A
Complementary color
Monochromatic Colors of #1B185A
Black with #1B185A
Text Example
Text Example
White with #1B185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B185A; }
p { color: rgb(27,24,90); }
H1.HeaderClassName
{
color: #1B185A;
}
.AnyTagClassName
{
color: #1B185A;
}
</style>
background-color css
<style>
a { background-color: #1B185A; }
a { background-color: rgb(27,24,90); }
div.DivClassName
{
background-color: #1B185A;
}
.BgClassName
{
background-color: #1B185A;
}
</style>
border-color css
<style>
span { border-color: #1B185A; }
span { border-color: rgb(27,24,90); }
td.TdClassName
{
border-color: #1B185A;
}
.TagClassName
{
border-color: #1B185A;
}
</style>