Shades of Midnight Blue #1B1867
Tints of Midnight Blue #1B1867
RGB
CMYK
RGB Variations
Color information
#1B1867 (or 0x1B1867) is known color: Midnight Blue. HEX triplet: 1B, 18 and 67. RGB value is (27,24,103). Sum of RGB (Red+Green+Blue) = 27+24+103=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 103 (40.62% from 255 or 66.88% from 154); Max value from RGB is 103 - color contains mainly: blue. Hex color #1B1867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1867 is #E4E798. Grayscale: #212121. Windows color (decimal): -15001497 or 6756379. OLE color: 6756379.
HSL color Cylindrical-coordinate representation of color #1B1867: hue angle of 242.28º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B1867 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 24 | 103 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.60 |
| HSL | 242.28º | 0.62% | 0.25% | - |
| HSV(B) | 242.28º | 0.77% | 0.4% | - |
| XYZ | 3.23 | 1.87 | 13.02 | - |
| YUV | 33.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 103 | 0.74 | 0.77 | 0 | 0.60 | 242.28 | 0.62 | 0.25 |
| Hex | 1B | 18 | 67 | 4A | 4D | 0 | 3C | F2 | 3E | 19 |
| Octal | 33 | 30 | 147 | 112 | 115 | 0 | 74 | 362 | 76 | 31 |
| Binary | 11011 | 11000 | 1100111 | 1001010 | 1001101 | 0 | 111100 | 11110010 | 111110 | 11001 |
Color Harmonies of #1B1867
Complementary color
Monochromatic Colors of #1B1867
Black with #1B1867
Text Example
Text Example
White with #1B1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1867; }
p { color: rgb(27,24,103); }
H1.HeaderClassName
{
color: #1B1867;
}
.AnyTagClassName
{
color: #1B1867;
}
</style>
background-color css
<style>
a { background-color: #1B1867; }
a { background-color: rgb(27,24,103); }
div.DivClassName
{
background-color: #1B1867;
}
.BgClassName
{
background-color: #1B1867;
}
</style>
border-color css
<style>
span { border-color: #1B1867; }
span { border-color: rgb(27,24,103); }
td.TdClassName
{
border-color: #1B1867;
}
.TagClassName
{
border-color: #1B1867;
}
</style>