Shades of Midnight Blue #1B207A
Tints of Midnight Blue #1B207A
RGB
CMYK
RGB Variations
Color information
#1B207A (or 0x1B207A) is known color: Midnight Blue. HEX triplet: 1B, 20 and 7A. RGB value is (27,32,122). Sum of RGB (Red+Green+Blue) = 27+32+122=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B207A is #E4DF85. Grayscale: #282828. Windows color (decimal): -14999430 or 8003611. OLE color: 8003611.
HSL color Cylindrical-coordinate representation of color #1B207A: hue angle of 236.84º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B207A is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 32 | 122 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.52 |
| HSL | 236.84º | 0.64% | 0.29% | - |
| HSV(B) | 236.84º | 0.78% | 0.48% | - |
| XYZ | 4.48 | 2.67 | 18.69 | - |
| YUV | 40.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 122 | 0.78 | 0.74 | 0 | 0.52 | 236.84 | 0.64 | 0.29 |
| Hex | 1B | 20 | 7A | 4E | 4A | 0 | 34 | ED | 40 | 1D |
| Octal | 33 | 40 | 172 | 116 | 112 | 0 | 64 | 355 | 100 | 35 |
| Binary | 11011 | 100000 | 1111010 | 1001110 | 1001010 | 0 | 110100 | 11101101 | 1000000 | 11101 |
Color Harmonies of #1B207A
Complementary color
Monochromatic Colors of #1B207A
Black with #1B207A
Text Example
Text Example
White with #1B207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B207A; }
p { color: rgb(27,32,122); }
H1.HeaderClassName
{
color: #1B207A;
}
.AnyTagClassName
{
color: #1B207A;
}
</style>
background-color css
<style>
a { background-color: #1B207A; }
a { background-color: rgb(27,32,122); }
div.DivClassName
{
background-color: #1B207A;
}
.BgClassName
{
background-color: #1B207A;
}
</style>
border-color css
<style>
span { border-color: #1B207A; }
span { border-color: rgb(27,32,122); }
td.TdClassName
{
border-color: #1B207A;
}
.TagClassName
{
border-color: #1B207A;
}
</style>