Shades of Midnight Blue #1B257D
Tints of Midnight Blue #1B257D
RGB
CMYK
RGB Variations
Color information
#1B257D (or 0x1B257D) is known color: Midnight Blue. HEX triplet: 1B, 25 and 7D. RGB value is (27,37,125). Sum of RGB (Red+Green+Blue) = 27+37+125=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B257D is #E4DA82. Grayscale: #2B2B2B. Windows color (decimal): -14998147 or 8201499. OLE color: 8201499.
HSL color Cylindrical-coordinate representation of color #1B257D: hue angle of 233.88º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B257D is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 37 | 125 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.51 |
| HSL | 233.88º | 0.64% | 0.3% | - |
| HSV(B) | 233.88º | 0.78% | 0.49% | - |
| XYZ | 4.82 | 3.04 | 19.73 | - |
| YUV | 44.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 125 | 0.78 | 0.70 | 0 | 0.51 | 233.88 | 0.64 | 0.3 |
| Hex | 1B | 25 | 7D | 4E | 46 | 0 | 33 | EA | 40 | 1E |
| Octal | 33 | 45 | 175 | 116 | 106 | 0 | 63 | 352 | 100 | 36 |
| Binary | 11011 | 100101 | 1111101 | 1001110 | 1000110 | 0 | 110011 | 11101010 | 1000000 | 11110 |
Color Harmonies of #1B257D
Complementary color
Monochromatic Colors of #1B257D
Black with #1B257D
Text Example
Text Example
White with #1B257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B257D; }
p { color: rgb(27,37,125); }
H1.HeaderClassName
{
color: #1B257D;
}
.AnyTagClassName
{
color: #1B257D;
}
</style>
background-color css
<style>
a { background-color: #1B257D; }
a { background-color: rgb(27,37,125); }
div.DivClassName
{
background-color: #1B257D;
}
.BgClassName
{
background-color: #1B257D;
}
</style>
border-color css
<style>
span { border-color: #1B257D; }
span { border-color: rgb(27,37,125); }
td.TdClassName
{
border-color: #1B257D;
}
.TagClassName
{
border-color: #1B257D;
}
</style>