Shades of Midnight Blue #1B248B
Tints of Midnight Blue #1B248B
RGB
CMYK
RGB Variations
Color information
#1B248B (or 0x1B248B) is known color: Midnight Blue. HEX triplet: 1B, 24 and 8B. RGB value is (27,36,139). Sum of RGB (Red+Green+Blue) = 27+36+139=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B248B is #E4DB74. Grayscale: #2C2C2C. Windows color (decimal): -14998389 or 9118747. OLE color: 9118747.
HSL color Cylindrical-coordinate representation of color #1B248B: hue angle of 235.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B248B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 36 | 139 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.45 |
| HSL | 235.18º | 0.67% | 0.33% | - |
| HSV(B) | 235.18º | 0.81% | 0.55% | - |
| XYZ | 5.74 | 3.36 | 24.77 | - |
| YUV | 45.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 139 | 0.81 | 0.74 | 0 | 0.45 | 235.18 | 0.67 | 0.33 |
| Hex | 1B | 24 | 8B | 51 | 4A | 0 | 2D | EB | 43 | 21 |
| Octal | 33 | 44 | 213 | 121 | 112 | 0 | 55 | 353 | 103 | 41 |
| Binary | 11011 | 100100 | 10001011 | 1010001 | 1001010 | 0 | 101101 | 11101011 | 1000011 | 100001 |
Color Harmonies of #1B248B
Complementary color
Monochromatic Colors of #1B248B
Black with #1B248B
Text Example
Text Example
White with #1B248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B248B; }
p { color: rgb(27,36,139); }
H1.HeaderClassName
{
color: #1B248B;
}
.AnyTagClassName
{
color: #1B248B;
}
</style>
background-color css
<style>
a { background-color: #1B248B; }
a { background-color: rgb(27,36,139); }
div.DivClassName
{
background-color: #1B248B;
}
.BgClassName
{
background-color: #1B248B;
}
</style>
border-color css
<style>
span { border-color: #1B248B; }
span { border-color: rgb(27,36,139); }
td.TdClassName
{
border-color: #1B248B;
}
.TagClassName
{
border-color: #1B248B;
}
</style>