Shades of Midnight Blue #131B7A
Tints of Midnight Blue #131B7A
RGB
CMYK
RGB Variations
Color information
#131B7A (or 0x131B7A) is known color: Midnight Blue. HEX triplet: 13, 1B and 7A. RGB value is (19,27,122). Sum of RGB (Red+Green+Blue) = 19+27+122=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #131B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B7A is #ECE485. Grayscale: #232323. Windows color (decimal): -15524998 or 8002323. OLE color: 8002323.
HSL color Cylindrical-coordinate representation of color #131B7A: hue angle of 235.34º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131B7A is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 27 | 122 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.52 |
| HSL | 235.34º | 0.73% | 0.28% | - |
| HSV(B) | 235.34º | 0.84% | 0.48% | - |
| XYZ | 4.17 | 2.33 | 18.64 | - |
| YUV | 35.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 122 | 0.84 | 0.78 | 0 | 0.52 | 235.34 | 0.73 | 0.28 |
| Hex | 13 | 1B | 7A | 54 | 4E | 0 | 34 | EB | 49 | 1C |
| Octal | 23 | 33 | 172 | 124 | 116 | 0 | 64 | 353 | 111 | 34 |
| Binary | 10011 | 11011 | 1111010 | 1010100 | 1001110 | 0 | 110100 | 11101011 | 1001001 | 11100 |
Color Harmonies of #131B7A
Complementary color
Monochromatic Colors of #131B7A
Black with #131B7A
Text Example
Text Example
White with #131B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B7A; }
p { color: rgb(19,27,122); }
H1.HeaderClassName
{
color: #131B7A;
}
.AnyTagClassName
{
color: #131B7A;
}
</style>
background-color css
<style>
a { background-color: #131B7A; }
a { background-color: rgb(19,27,122); }
div.DivClassName
{
background-color: #131B7A;
}
.BgClassName
{
background-color: #131B7A;
}
</style>
border-color css
<style>
span { border-color: #131B7A; }
span { border-color: rgb(19,27,122); }
td.TdClassName
{
border-color: #131B7A;
}
.TagClassName
{
border-color: #131B7A;
}
</style>