Shades of Midnight Blue #131C66
Tints of Midnight Blue #131C66
RGB
CMYK
RGB Variations
Color information
#131C66 (or 0x131C66) is known color: Midnight Blue. HEX triplet: 13, 1C and 66. RGB value is (19,28,102). Sum of RGB (Red+Green+Blue) = 19+28+102=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #131C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C66 is #ECE399. Grayscale: #212121. Windows color (decimal): -15524762 or 6691859. OLE color: 6691859.
HSL color Cylindrical-coordinate representation of color #131C66: hue angle of 233.49º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131C66 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 28 | 102 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.6 |
| HSL | 233.49º | 0.69% | 0.24% | - |
| HSV(B) | 233.49º | 0.81% | 0.4% | - |
| XYZ | 3.08 | 1.93 | 12.78 | - |
| YUV | 33.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 102 | 0.81 | 0.73 | 0 | 0.6 | 233.49 | 0.69 | 0.24 |
| Hex | 13 | 1C | 66 | 51 | 49 | 0 | 3C | E9 | 45 | 18 |
| Octal | 23 | 34 | 146 | 121 | 111 | 0 | 74 | 351 | 105 | 30 |
| Binary | 10011 | 11100 | 1100110 | 1010001 | 1001001 | 0 | 111100 | 11101001 | 1000101 | 11000 |
Color Harmonies of #131C66
Complementary color
Monochromatic Colors of #131C66
Black with #131C66
Text Example
Text Example
White with #131C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C66; }
p { color: rgb(19,28,102); }
H1.HeaderClassName
{
color: #131C66;
}
.AnyTagClassName
{
color: #131C66;
}
</style>
background-color css
<style>
a { background-color: #131C66; }
a { background-color: rgb(19,28,102); }
div.DivClassName
{
background-color: #131C66;
}
.BgClassName
{
background-color: #131C66;
}
</style>
border-color css
<style>
span { border-color: #131C66; }
span { border-color: rgb(19,28,102); }
td.TdClassName
{
border-color: #131C66;
}
.TagClassName
{
border-color: #131C66;
}
</style>