Shades of Midnight Blue #1B165A
Tints of Midnight Blue #1B165A
RGB
CMYK
RGB Variations
Color information
#1B165A (or 0x1B165A) is known color: Midnight Blue. HEX triplet: 1B, 16 and 5A. RGB value is (27,22,90). Sum of RGB (Red+Green+Blue) = 27+22+90=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B165A is #E4E9A5. Grayscale: #1E1E1E. Windows color (decimal): -15002022 or 5903899. OLE color: 5903899.
HSL color Cylindrical-coordinate representation of color #1B165A: hue angle of 244.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B165A is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 22 | 90 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.65 |
| HSL | 244.41º | 0.61% | 0.22% | - |
| HSV(B) | 244.41º | 0.76% | 0.35% | - |
| XYZ | 2.58 | 1.55 | 9.83 | - |
| YUV | 31.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 90 | 0.70 | 0.76 | 0 | 0.65 | 244.41 | 0.61 | 0.22 |
| Hex | 1B | 16 | 5A | 46 | 4C | 0 | 41 | F4 | 3D | 16 |
| Octal | 33 | 26 | 132 | 106 | 114 | 0 | 101 | 364 | 75 | 26 |
| Binary | 11011 | 10110 | 1011010 | 1000110 | 1001100 | 0 | 1000001 | 11110100 | 111101 | 10110 |
Color Harmonies of #1B165A
Complementary color
Monochromatic Colors of #1B165A
Black with #1B165A
Text Example
Text Example
White with #1B165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B165A; }
p { color: rgb(27,22,90); }
H1.HeaderClassName
{
color: #1B165A;
}
.AnyTagClassName
{
color: #1B165A;
}
</style>
background-color css
<style>
a { background-color: #1B165A; }
a { background-color: rgb(27,22,90); }
div.DivClassName
{
background-color: #1B165A;
}
.BgClassName
{
background-color: #1B165A;
}
</style>
border-color css
<style>
span { border-color: #1B165A; }
span { border-color: rgb(27,22,90); }
td.TdClassName
{
border-color: #1B165A;
}
.TagClassName
{
border-color: #1B165A;
}
</style>